From 80ecef28325c26e1c89394164b2d5b1408db344a Mon Sep 17 00:00:00 2001 From: Stephen Akridge Date: Wed, 25 Jul 2018 09:54:53 -0700 Subject: [PATCH] Add --sustained to ci testnet deploy script --- ci/testnet-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index bf40190f10..865ec1b783 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -162,7 +162,7 @@ client_start() { threadCount=\$(nproc); \ if [[ \$threadCount -gt 4 ]]; then threadCount=4; fi; \ tmux new -s solana -d \" \ - /snap/bin/solana.bench-tps $SOLANA_NET_URL $fullnode_count --loop -s 600 -t \$threadCount 2>&1 | tee /tmp/solana.log; \ + /snap/bin/solana.bench-tps $SOLANA_NET_URL $fullnode_count --loop -s 600 --sustained -t \$threadCount 2>&1 | tee /tmp/solana.log; \ echo Error: bench-tps should never exit; \ bash \ \"; \