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 7dd338d commit fd20852Copy full SHA for fd20852
benches/benchmark.rs
@@ -4,8 +4,8 @@ use crc_fast::checksum;
4
use crc_fast::CrcAlgorithm;
5
use criterion::*;
6
use rand::{rng, RngCore};
7
-use std::time::Duration;
8
use std::hint::black_box;
+use std::time::Duration;
9
10
pub const SIZES: &[(&str, i32); 2] = &[
11
("1 MiB", 1024 * 1024),
0 commit comments