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:
@ -20,7 +20,7 @@ usage() {
|
||||
}
|
||||
|
||||
if [[ -z $1 ]]; then # default behavior
|
||||
$solana_bench_tps --identity config-private/client-id.json --network 127.0.0.1:8001 --duration 90
|
||||
$solana_bench_tps --identity config-private/client-id.json --network 127.0.0.1:8001 --drone 127.0.0.1:9900 --duration 90
|
||||
else
|
||||
$solana_bench_tps "$@"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user