We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa4ff7 commit 52d3360Copy full SHA for 52d3360
2 files changed
benches/bench-diffutils.rs
@@ -37,7 +37,7 @@ mod diffutils_cmp {
37
bencher
38
// .with_inputs(|| prepare::cmp_params_identical_testfiles(lines))
39
.with_inputs(|| params.clone())
40
- .bench_refs(|params| black_box(cmp::cmp(¶ms).unwrap()));
+ .bench_refs(|params| black_box(cmp::cmp_compare(¶ms).unwrap()));
41
}
42
43
// bench the actual compare; cmp exits on first difference
@@ -51,7 +51,7 @@ mod diffutils_cmp {
51
52
53
54
55
56
57
// bench original GNU cmp
0 commit comments