Skip to content

Commit

Permalink
run-local
Browse files Browse the repository at this point in the history
  • Loading branch information
greg committed Nov 10, 2023
1 parent 6985f7d commit a9ec429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-cluster/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ async fn main() {
}
}

if client_config.num_clients > 0 && client_config.client_to_run == "bench-tps".to_string() {
if client_config.num_clients > 0 && client_config.client_to_run == "bench-tps" {
match genesis.create_client_accounts(
client_config.num_clients,
DEFAULT_CLIENT_LAMPORTS_PER_SIGNATURE,
Expand Down

0 comments on commit a9ec429

Please sign in to comment.