mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(bench): codspeed name workaround (#13519)
This commit is contained in:
@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user