mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
13 lines
452 B
Markdown
13 lines
452 B
Markdown
# Transactions per second
|
|
|
|
Measure how many blocks per second are created on the _bigchain_ with a pre filled backlog.
|
|
|
|
1. Deploy an aws cluster http://bigchaindb.readthedocs.io/en/latest/deploy-on-aws.html
|
|
2. Copy `deploy-cluster-aws/hostlist.py` to `benchmarking-tests`
|
|
|
|
```bash
|
|
fab put_benchmark_utils
|
|
fab update_statsd_conf:<hostname of the statsd server>
|
|
fab prepare_backlog:<num txs per node> # wait for process to finish
|
|
fab start_bigchaindb
|
|
``` |