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

@ -567,7 +567,7 @@ start() {
if [[ $i -lt "$numBenchTpsClients" ]]; then
startClient "${clientIpList[$i]}" "solana-bench-tps" "$i"
else
startClient "${clientIpList[$i]}" "solana-bench-exchange" "$i"
startClient "${clientIpList[$i]}" "solana-bench-exchange" $((i-numBenchTpsClients))
fi
done
clientDeployTime=$SECONDS