Skip to content

Commit

Permalink
TEST rpc_in_flight=16
Browse files Browse the repository at this point in the history
  • Loading branch information
brianolson committed Aug 11, 2023
1 parent ba905e4 commit 5a08c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/src/config/benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl Default for BenchmarkConfig {
enable_rpc_testing: true,
rpc_data_size: 100_000,
rpc_per_second: 1_000,
rpc_in_flight: 8,
rpc_in_flight: 16,
}
}
}

0 comments on commit 5a08c34

Please sign in to comment.