mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-27 08:08:15 -05: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