Skip to content

Commit

Permalink
Update neqo-http3/benches/streams.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Max Inden <[email protected]>
Signed-off-by: Lars Eggert <[email protected]>
  • Loading branch information
larseggert and mxinden authored Feb 22, 2025
1 parent c69ad63 commit d916ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neqo-http3/benches/streams.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fn connect() -> (Http3Client, Http3Server) {
fn criterion_benchmark(c: &mut Criterion) {
fixture_init();

for (streams, size) in [
for (streams, data_size) in [
(1, 1),
(1000, 1),
(10000, 1),
Expand Down

0 comments on commit d916ee8

Please sign in to comment.