Net scripts clean up (#25654)
* remove deprecated faucet option * remove unnecessary imageName
This commit is contained in:
parent
bf8faa8a30
commit
2107e00262
|
@ -48,7 +48,6 @@ solana-bench-tps)
|
|||
clientCommand="\
|
||||
solana-bench-tps \
|
||||
--entrypoint $entrypointIp:8001 \
|
||||
--faucet $entrypointIp:9900 \
|
||||
--duration 7500 \
|
||||
--sustained \
|
||||
--threads $threadCount \
|
||||
|
|
|
@ -199,7 +199,6 @@ cloud_CreateInstances() {
|
|||
--zone "$zone"
|
||||
--tags testnet
|
||||
--metadata "testnet=$networkName"
|
||||
--image "$imageName"
|
||||
--maintenance-policy TERMINATE
|
||||
--restart-on-failure
|
||||
--scopes compute-rw
|
||||
|
|
Loading…
Reference in New Issue