Skip to content

Commit

Permalink
chore(transport/bench): remove commented out import (#2244)
Browse files Browse the repository at this point in the history
Given that there is a `black_box` function in `criterion`, I assume this doc comment is a leftover commented out import.

https://docs.rs/criterion/latest/criterion/fn.black_box.html

Signed-off-by: Max Inden <[email protected]>
  • Loading branch information
mxinden authored Nov 25, 2024
1 parent f3d0191 commit 5a99e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neqo-transport/benches/range_tracker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

use criterion::{criterion_group, criterion_main, Criterion}; // black_box
use criterion::{criterion_group, criterion_main, Criterion};
use neqo_transport::send_stream::RangeTracker;

const CHUNK: u64 = 1000;
Expand Down

0 comments on commit 5a99e85

Please sign in to comment.