Rename drone to faucet (#7508)

This commit is contained in:
Tyera Eulberg
2019-12-16 14:05:17 -07:00
committed by GitHub
parent f33703aefc
commit 3513f4ee84
50 changed files with 389 additions and 361 deletions

View File

@ -49,7 +49,7 @@ solana-bench-tps)
clientCommand="\
solana-bench-tps \
--entrypoint $entrypointIp:8001 \
--drone $entrypointIp:9900 \
--faucet $entrypointIp:9900 \
--duration 7500 \
--sustained \
--threads $threadCount \
@ -64,7 +64,7 @@ solana-bench-exchange)
clientCommand="\
solana-bench-exchange \
--entrypoint $entrypointIp:8001 \
--drone $entrypointIp:9900 \
--faucet $entrypointIp:9900 \
--threads $threadCount \
--batch-size 1000 \
--fund-amount 20000 \