Add --sustained to ci testnet deploy script

This commit is contained in:
Stephen Akridge
2018-07-25 09:54:53 -07:00
committed by sakridge
parent edf2ffaf4e
commit 80ecef2832

View File

@ -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 \
\"; \