Skip to content

Commit

Permalink
Fix benchmark name
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Dec 9, 2022
1 parent 9d07396 commit fb6c4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/benches/comparison_kernels.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ fn add_benchmark(c: &mut Criterion) {
b.iter(|| eq_dyn_utf8_scalar(&dict_arr_a, "test"))
});

c.bench_function("eq_dyn_utf8_scalar scalar dictionary[10] string[4])", |b| {
c.bench_function("gt_eq_dyn_utf8_scalar scalar dictionary[10] string[4])", |b| {
b.iter(|| gt_eq_dyn_utf8_scalar(&dict_arr_a, "test"))
});

Expand Down

0 comments on commit fb6c4d3

Please sign in to comment.