We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e65018 commit 706c7e3Copy full SHA for 706c7e3
benches/internals.rs
@@ -1,8 +1,9 @@
1
use bgpkit_parser::BgpkitParser;
2
use bzip2::bufread::BzDecoder;
3
-use criterion::{black_box, criterion_group, criterion_main, Criterion};
+use criterion::{criterion_group, criterion_main, Criterion};
4
use flate2::bufread::GzDecoder;
5
use std::fs::File;
6
+use std::hint::black_box;
7
use std::io::{BufReader, Read};
8
use std::time::Duration;
9
0 commit comments