Rename client-demo to bench-tps

This commit is contained in:
Greg Fitzgerald
2018-07-19 15:59:31 -04:00
parent 009d5adcba
commit 637f890b91
6 changed files with 10 additions and 10 deletions

View File

@ -30,7 +30,7 @@ else
if [[ -n "$USE_SNAP" ]]; then
# TODO: Merge client.sh functionality into solana-client-demo proper and
# remove this USE_SNAP case
cmd=$solana_client_demo
cmd=$solana_bench_tps
else
cmd=multinode-demo/client.sh
fi