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.
black_box()
std::hint
1 parent 9e3efd4 commit acf1426Copy full SHA for acf1426
crates/crates_io_cdn_logs/benches/count_downloads.rs
@@ -1,5 +1,6 @@
1
use crates_io_cdn_logs::{cloudfront, fastly};
2
-use criterion::{black_box, criterion_group, criterion_main, Criterion};
+use criterion::{criterion_group, criterion_main, Criterion};
3
+use std::hint::black_box;
4
use std::io::Cursor;
5
6
fn criterion_benchmark(c: &mut Criterion) {
0 commit comments