mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
test(trie): proptest <-> alloy maps integration (#11962)
This commit is contained in:
@ -198,6 +198,8 @@ fn generate_test_data(size: usize) -> HashMap<B256, U256> {
|
||||
.new_tree(&mut runner)
|
||||
.unwrap()
|
||||
.current()
|
||||
.into_iter()
|
||||
.collect()
|
||||
}
|
||||
|
||||
criterion_group!(root, calculate_root_from_leaves, calculate_root_from_leaves_repeated);
|
||||
|
||||
Reference in New Issue
Block a user