Set drone address to always be the initial network entry point (#1847)
* Set drone address to always be the initial network entry point, so that even when leaders rotate the client can still find the drone * Extract drone address as a separate argument to bench-tps * Add drone port to client.sh instead of setting it in bench-tps * Add drone entrypoint to scripts * Fix build error
This commit is contained in:
@ -59,6 +59,7 @@ scripts/net-stats.sh > net-stats.log 2>&1 &
|
||||
clientCommand="\
|
||||
$solana_bench_tps \
|
||||
--network $entrypointIp:8001 \
|
||||
--drone $entrypointIp:9900 \
|
||||
--identity client.json \
|
||||
--duration 7500 \
|
||||
--sustained \
|
||||
|
Reference in New Issue
Block a user