Renamed prepare_test() as put_benchmark_utils()

This commit is contained in:
troymc 2016-05-10 16:19:13 +02:00
parent d735d677fd
commit feb402ee06
2 changed files with 4 additions and 3 deletions

View File

@ -23,7 +23,7 @@ env.key_filename = 'pem/bigchaindb.pem'
@task
@parallel
def prepare_test():
def put_benchmark_utils():
put('benchmark_utils.py')

View File

@ -6,7 +6,8 @@ Measure how many blocks per second are created on the _bigchain_ with a pre fill
2. Copy `deploy-cluster-aws/hostlist.py` to `benchmarking-tests`
```bash
fab prepare_test
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
fab start_bigchaindb
```