Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
always specify url for bench-tps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Lykov committed Jan 12, 2024
1 parent f222e86 commit 0411016
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions net/remote/remote-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,8 @@ solana-bench-tps)

if ${TPU_CLIENT}; then
args+=(--use-tpu-client)
args+=(--url "http://$entrypointIp:8899")
elif ${RPC_CLIENT}; then
args+=(--use-rpc-client)
args+=(--url "http://$entrypointIp:8899")
else
args+=(--entrypoint "$entrypointIp:8001")
fi
Expand All @@ -96,6 +94,7 @@ solana-bench-tps)
--threads $threadCount \
$benchTpsExtraArgs \
--read-client-keys ./client-accounts.yml \
--url "http://$entrypointIp:8899" \
${args[*]} \
"
;;
Expand Down

0 comments on commit 0411016

Please sign in to comment.