Skip to content

Commit

Permalink
Add requeired ars
Browse files Browse the repository at this point in the history
Signed-off-by: dsurnin <[email protected]>
  • Loading branch information
dsurnin committed Jul 25, 2018
1 parent be7fa4e commit c930535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/performance/perf_processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ async def stop_test(self):

def run_client(name, genesis_path, pipe_conn, seed, batch_size, batch_timeout,
req_kind, bg_tasks, refresh, wallet_key, pool_config):
cln = LoadClient(name, pipe_conn, batch_size, batch_timeout, req_kind, bg_tasks, refresh)
cln = LoadClient(name, pipe_conn, batch_size, batch_timeout, req_kind, bg_tasks, refresh, pool_config)
try:
asyncio.run_coroutine_threadsafe(cln.run_test(genesis_path, seed, wallet_key), loop=cln._loop)
cln._loop.run_forever()
Expand Down

0 comments on commit c930535

Please sign in to comment.