Rename client-demo to bench-tps catchup

This commit is contained in:
Michael Vines
2018-07-21 15:40:42 -07:00
committed by Grimes
parent 69688a18c7
commit 3ffdca193d
3 changed files with 4 additions and 4 deletions

View File

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