Skip to content

Commit

Permalink
chore(bench): codspeed name workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Dec 23, 2024
1 parent d0e5e04 commit bb95eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/trie/common/benches/prefix_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ pub fn prefix_set_lookups(c: &mut Criterion) {
use implementations::*;
prefix_set_bench::<BTreeAnyPrefixSet>(
&mut group,
"`BTreeSet` with `Iterator::any` lookup",
"`BTreeSet` with `Iterator:any` lookup",
test_data.clone(),
);
prefix_set_bench::<BTreeRangeLastCheckedPrefixSet>(
&mut group,
"`BTreeSet` with `BTreeSet::range` lookup",
"`BTreeSet` with `BTreeSet:range` lookup",
test_data.clone(),
);
prefix_set_bench::<VecCursorPrefixSet>(
Expand Down

0 comments on commit bb95eaa

Please sign in to comment.