We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d6562 commit f2740e6Copy full SHA for f2740e6
2 files changed
Cargo.toml
@@ -27,6 +27,3 @@ predicates = "1.0.2"
27
[[bench]]
28
name = "bench"
29
harness = false
30
-
31
-[profile.dev]
32
-opt-level = 3
benches/bench.rs
@@ -16,7 +16,6 @@ fn end_to_end(c: &mut Criterion) {
16
let mut group = c.benchmark_group("img_diff");
17
group.sample_size(20);
18
group.bench_function("png", |b| b.iter(|| do_diff(&config)));
19
20
group.bench_function("bmp", |b| b.iter(|| do_diff(&config)));
21
group.finish();
22
}
0 commit comments