Use bench-tps default duration

This commit is contained in:
Michael Vines 2018-07-22 16:21:04 -07:00 committed by Grimes
parent cdcf59ede0
commit 7ebbaaeb2d
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ client_run \
sudo snap install solana --$SOLANA_SNAP_CHANNEL --devmode; \
snap info solana; \
tmux new -s solana -d \" \
/snap/bin/solana.bench-tps $SOLANA_NET_URL ${#vmlist[@]} --loop -s 600 2>&1 | tee /tmp/solana.log; \
/snap/bin/solana.bench-tps $SOLANA_NET_URL ${#vmlist[@]} --loop 2>&1 | tee /tmp/solana.log; \
echo Error: bench-tps should never exit; \
bash \
\"; \