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 75c2812 commit 8ae96e2Copy full SHA for 8ae96e2
benches/benchmark.rs
@@ -100,6 +100,7 @@ fn bench_crc32(c: &mut Criterion) {
100
let alg_suffix = algorithm_name_parts.next();
101
102
group.throughput(Throughput::Bytes(*size as u64));
103
+ group.sample_size(1000);
104
105
let bench_name = [alg_suffix.unwrap(), "(checksum)"].join(" ");
106
@@ -143,8 +144,7 @@ fn bench_crc64(c: &mut Criterion) {
143
144
145
146
-
147
- group.measurement_time(Duration::from_secs(60));
148
149
150
0 commit comments