mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
changed bigchaindb-benchmark to use the new configuration loader
This commit is contained in:
parent
32e08b7c63
commit
d2b44890f2
@ -34,7 +34,7 @@ def _run_load(tx_left, stats):
|
|||||||
|
|
||||||
|
|
||||||
def run_load(args):
|
def run_load(args):
|
||||||
bigchaindb.config_utils.file_config(args.config)
|
bigchaindb.config_utils.autoconfigure(filename=args.config, force=True)
|
||||||
logger.info('Starting %s processes', args.multiprocess)
|
logger.info('Starting %s processes', args.multiprocess)
|
||||||
stats = logstats.Logstats()
|
stats = logstats.Logstats()
|
||||||
logstats.thread.start(stats)
|
logstats.thread.start(stats)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user