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