Skip to content

Commit

Permalink
fix bug. need to explicitly call --use-tpu-client in releases pre v1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcusack committed May 14, 2024
1 parent 065dd0c commit 004e615
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/startup_scripts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,8 @@ bench-tps)
if ${RPC_CLIENT}; then
args+=(--use-rpc-client)
else
args+=(--use-tpu-client)
fi
entrypointIp="${BOOTSTRAP_GOSSIP_ADDRESS:0:-5}"
Expand Down

0 comments on commit 004e615

Please sign in to comment.