changed bigchaindb-benchmark to use the new configuration loader

This commit is contained in:
Rodolphe Marques 2016-04-08 14:04:17 +02:00
parent 32e08b7c63
commit d2b44890f2

View File

@ -34,7 +34,7 @@ def _run_load(tx_left, stats):
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)
stats = logstats.Logstats()
logstats.thread.start(stats)