Create bench exchange accounts in genesis block (#4655)

* fix script

* review comments
This commit is contained in:
Pankaj Garg
2019-06-13 11:51:35 -07:00
committed by GitHub
parent 8abf22f34b
commit e3f895d7d4
8 changed files with 169 additions and 60 deletions

View File

@ -70,6 +70,8 @@ solana-bench-tps)
;;
solana-bench-exchange)
solana-keygen new -f -o bench.keypair
net/scripts/rsync-retry.sh -vPrc \
"$entrypointIp":~/solana/solana-client-accounts/bench-exchange"$clientIndex".yml ./client-accounts.yml
clientCommand="\
solana-bench-exchange \
--entrypoint $entrypointIp:8001 \
@ -80,6 +82,7 @@ solana-bench-exchange)
--duration 7500 \
--identity bench.keypair \
$benchExchangeExtraArgs \
--read-client-keys ./client-accounts.yml \
"
;;
*)