mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Renamed prepare_test() as put_benchmark_utils()
This commit is contained in:
parent
d735d677fd
commit
feb402ee06
2
benchmarking-tests/fabfile.py
vendored
2
benchmarking-tests/fabfile.py
vendored
@ -23,7 +23,7 @@ env.key_filename = 'pem/bigchaindb.pem'
|
||||
|
||||
@task
|
||||
@parallel
|
||||
def prepare_test():
|
||||
def put_benchmark_utils():
|
||||
put('benchmark_utils.py')
|
||||
|
||||
|
||||
|
@ -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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user