Skip to content

Commit

Permalink
benches: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Oct 27, 2023
1 parent 2680b6b commit 1af8890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/fzf_v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl bench::Metric for FzfV2 {
}

fn group(c: &mut Criterion) -> BenchmarkGroup<WallTime> {
c.benchmark_group("fzf_v1")
c.benchmark_group("fzf_v2")
}

fn short(c: &mut Criterion) {
Expand Down

0 comments on commit 1af8890

Please sign in to comment.