crates/trie/sparse/benches/root.rs::root::calculate_root_from_leaves_repeated::calculate root from leaves repeated
-1%
43.7 ms44.1 ms
prefix set | size: 10 | `BTreeSet` with `BTreeSet:range` lookup
crates/trie/common/benches/prefix_set.rs::prefix_set::prefix_set_lookups::Prefix Set Lookups
-1%
5.1 µs5.2 µs
prefix set | size: 10 | `Vec` with custom cursor lookup
crates/trie/common/benches/prefix_set.rs::prefix_set::prefix_set_lookups::Prefix Set Lookups
-2%
3.2 µs3.3 µs
Commits
Click on a commit to change the comparison range
Base
main
7f40013
+0.44%
feat(cli): add metrics for download command
0b36c48
2 days ago
by AJStonewee
-0.32%
fix: review feedback for download metrics
- no more global static, just pass it around
- removed unused _started_at field
- simplified the blocking_download function (no closure needed)
- dropped downloads_started_total metric, doesn't make sense here