paradigmxyz
reth
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
chore(deps): bump alloy 1.5.2 -> 1.6.1
#21746
Merged
Comparing
mattsse/update-alloy-1.6.1
(
893fdfb
) with
main
(
2dc76f9
)
CodSpeed Performance Gauge
0%
Untouched
118
Skipped
7
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Untouched
Skipped
125 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
V2[dataset_128/targets_2048]
crates/trie/trie/benches/proof_v2.rs::proof_comparison::bench_proof_algos::Proof
CodSpeed Performance Gauge
+1%
1.1 ms
1.1 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
prefix set | size: 10 | `BTreeSet` with `BTreeSet:range` lookup
crates/trie/common/benches/prefix_set.rs::prefix_set::prefix_set_lookups::Prefix Set Lookups
CodSpeed Performance Gauge
+1%
5.2 µs
5.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
prefix set | size: 10 | `BTreeSet` with `Iterator:any` lookup
crates/trie/common/benches/prefix_set.rs::prefix_set::prefix_set_lookups::Prefix Set Lookups
CodSpeed Performance Gauge
+1%
3.9 µs
3.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
sparse trie[1000]
crates/trie/sparse/benches/root.rs::root::calculate_root_from_leaves::calculate root from leaves
CodSpeed Performance Gauge
0%
5.6 ms
5.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
hash builder[init size 10000 | update size 1000 | num updates 1]
crates/trie/sparse/benches/root.rs::root::calculate_root_from_leaves_repeated::calculate root from leaves repeated
CodSpeed Performance Gauge
0%
27 ms
26.8 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
Legacy[dataset_1024/targets_1]
crates/trie/trie/benches/proof_v2.rs::proof_comparison::bench_proof_algos::Proof
CodSpeed Performance Gauge
0%
10.4 ms
10.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
hash builder[init size 10000 | update size 1000 | num updates 3]
crates/trie/sparse/benches/root.rs::root::calculate_root_from_leaves_repeated::calculate root from leaves repeated
CodSpeed Performance Gauge
0%
79.3 ms
79 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
hash builder[init size 1000 | update size 100 | num updates 5]
crates/trie/sparse/benches/root.rs::root::calculate_root_from_leaves_repeated::calculate root from leaves repeated
CodSpeed Performance Gauge
0%
12.6 ms
12.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
hash builder[init size 10000 | update size 1000 | num updates 5]
crates/trie/sparse/benches/root.rs::root::calculate_root_from_leaves_repeated::calculate root from leaves repeated
CodSpeed Performance Gauge
0%
130.7 ms
130.2 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
V2[dataset_1024/targets_1]
crates/trie/trie/benches/proof_v2.rs::proof_comparison::bench_proof_algos::Proof
CodSpeed Performance Gauge
0%
10.3 ms
10.3 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
Legacy[dataset_1024/targets_128]
crates/trie/trie/benches/proof_v2.rs::proof_comparison::bench_proof_algos::Proof
CodSpeed Performance Gauge
0%
12.1 ms
12 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
fold_reduce[100]
crates/trie/common/benches/hashed_state.rs::benches::bench_from_parallel_iterator::HashedPostState::from_par_iter
CodSpeed Performance Gauge
0%
160.7 µs
160.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
Legacy[dataset_1024/targets_16]
crates/trie/trie/benches/proof_v2.rs::proof_comparison::bench_proof_algos::Proof
CodSpeed Performance Gauge
0%
10.6 ms
10.6 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
hash builder[init size 10000 | update size 100 | num updates 10]
crates/trie/sparse/benches/root.rs::root::calculate_root_from_leaves_repeated::calculate root from leaves repeated
CodSpeed Performance Gauge
0%
87.6 ms
87.3 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
Legacy[dataset_1024/targets_64]
crates/trie/trie/benches/proof_v2.rs::proof_comparison::bench_proof_algos::Proof
CodSpeed Performance Gauge
0%
11.3 ms
11.3 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
hash builder[init size 1000 | update size 1000 | num updates 1]
crates/trie/sparse/benches/root.rs::root::calculate_root_from_leaves_repeated::calculate root from leaves repeated
CodSpeed Performance Gauge
0%
5.8 ms
5.8 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
Legacy[dataset_10240/targets_1]
crates/trie/trie/benches/proof_v2.rs::proof_comparison::bench_proof_algos::Proof
CodSpeed Performance Gauge
0%
636.9 ms
635.1 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
sparse trie[init size 1000 | update size 1000 | num updates 1]
crates/trie/sparse/benches/root.rs::root::calculate_root_from_leaves_repeated::calculate root from leaves repeated
CodSpeed Performance Gauge
0%
5 ms
5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
V2[dataset_10240/targets_1]
crates/trie/trie/benches/proof_v2.rs::proof_comparison::bench_proof_algos::Proof
CodSpeed Performance Gauge
0%
636.4 ms
634.7 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
hash builder[init size 10000 | update size 100 | num updates 5]
crates/trie/sparse/benches/root.rs::root::calculate_root_from_leaves_repeated::calculate root from leaves repeated
CodSpeed Performance Gauge
0%
44.8 ms
44.7 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
V2[dataset_1024/targets_2048]
crates/trie/trie/benches/proof_v2.rs::proof_comparison::bench_proof_algos::Proof
CodSpeed Performance Gauge
0%
11.5 ms
11.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
prefix set | size: 1000 | `Vec` with custom cursor lookup
crates/trie/common/benches/prefix_set.rs::prefix_set::prefix_set_lookups::Prefix Set Lookups
CodSpeed Performance Gauge
0%
146.4 µs
146.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
hash builder[init size 1000 | update size 1000 | num updates 5]
crates/trie/sparse/benches/root.rs::root::calculate_root_from_leaves_repeated::calculate root from leaves repeated
CodSpeed Performance Gauge
0%
28.9 ms
28.8 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
hash builder[init size 1000 | update size 1000 | num updates 10]
crates/trie/sparse/benches/root.rs::root::calculate_root_from_leaves_repeated::calculate root from leaves repeated
CodSpeed Performance Gauge
0%
57.6 ms
57.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
V2[dataset_1024/targets_64]
crates/trie/trie/benches/proof_v2.rs::proof_comparison::bench_proof_algos::Proof
CodSpeed Performance Gauge
0%
10.5 ms
10.5 ms
1
2
...
5
Commits
Click on a commit to change the comparison range
Base
main
2dc76f9
-0.03%
chore(deps): bump alloy 1.5.2 -> 1.6.1
9d2b070
2 hours ago
by mattsse
-0.03%
Merge branch 'main' into mattsse/update-alloy-1.6.1
dbdf171
2 hours ago
by mattsse
-0.02%
bump evm
893fdfb
1 hour ago
by mattsse
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs