Create bench exchange accounts in genesis block (#4655)
* fix script * review comments
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user