Rename client-demo to bench-tps catchup
This commit is contained in:
@ -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; \
|
||||
|
@ -28,7 +28,7 @@ if [[ $NET_URL = testnet.solana.com ]]; then
|
||||
echo "TODO: Remove this block when a release > 0.7.0 is deployed"
|
||||
else
|
||||
if [[ -n "$USE_SNAP" ]]; then
|
||||
# TODO: Merge client.sh functionality into solana-client-demo proper and
|
||||
# TODO: Merge client.sh functionality into solana-bench-tps proper and
|
||||
# remove this USE_SNAP case
|
||||
cmd=$solana_bench_tps
|
||||
else
|
||||
|
Reference in New Issue
Block a user