Skip to content

Commit f2740e6

Browse files
committed
removed opt level for debug.
1 parent 12d6562 commit f2740e6

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,3 @@ predicates = "1.0.2"
2727
[[bench]]
2828
name = "bench"
2929
harness = false
30-
31-
[profile.dev]
32-
opt-level = 3

benches/bench.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ fn end_to_end(c: &mut Criterion) {
1616
let mut group = c.benchmark_group("img_diff");
1717
group.sample_size(20);
1818
group.bench_function("png", |b| b.iter(|| do_diff(&config)));
19-
2019
group.bench_function("bmp", |b| b.iter(|| do_diff(&config)));
2120
group.finish();
2221
}

0 commit comments

Comments
 (0)