cherry pick readme update

This commit is contained in:
Rob Walker
2018-09-13 17:58:33 -07:00
parent af58940964
commit 77949a4be6
3 changed files with 32 additions and 21 deletions

View File

@@ -18,4 +18,8 @@ usage() {
exit 1
}
$solana_bench_tps "$@"
if [[ -z $1 ]]; then # default behavior
$solana_bench_tps --identity config-private/client-id.json --network 127.0.0.1:8001 --duration 90
else
$solana_bench_tps "$@"
fi