Use bench-tps default duration
This commit is contained in:
parent
cdcf59ede0
commit
7ebbaaeb2d
|
@ -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 \
|
||||
\"; \
|
||||
|
|
Loading…
Reference in New Issue