From 932c994dc92420c4a4ac9218a069b96a9d075685 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 7 Sep 2018 20:21:41 -0700 Subject: [PATCH] Use new bench-tps command-line args --- net/remote/remote-client.sh | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/net/remote/remote-client.sh b/net/remote/remote-client.sh index bdc0770632..71dda0c825 100755 --- a/net/remote/remote-client.sh +++ b/net/remote/remote-client.sh @@ -54,8 +54,17 @@ scripts/oom-monitor.sh > oom-monitor.log 2>&1 & ! tmux list-sessions || tmux kill-session -clientCommand="$solana_bench_tps --num-nodes $numNodes --seconds 600 --sustained --threads $threadCount" -keygenCommand="$solana_keygen -o client.id" +clientCommand="\ + $solana_bench_tps \ + --network $entrypointIp:8001 \ + --identity client.json \ + --num-nodes $numNodes \ + --duration 600 \ + --sustained \ + --threads $threadCount \ +" + +keygenCommand="$solana_keygen -o client.json" tmux new -s solana-bench-tps -d " [[ -r client.json ]] || { echo '$ $keygenCommand' >> client.log