Rename --network argument to --entrypoint (#4149)

This commit is contained in:
Michael Vines
2019-05-03 15:00:19 -07:00
committed by GitHub
parent 31b74bdf0b
commit f3f416b7ba
13 changed files with 59 additions and 59 deletions

View File

@ -21,7 +21,7 @@ usage() {
if [[ -z $1 ]]; then # default behavior
$solana_bench_tps \
--network 127.0.0.1:8001 \
--entrypoint 127.0.0.1:8001 \
--drone 127.0.0.1:9900 \
--duration 90 \
--tx_count 50000 \