Skip to content

chore: Add benchmarks for stable BTreeSet #288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 45 commits into
base: main
Choose a base branch
from

Conversation

dragoljub-duric
Copy link
Contributor

@dragoljub-duric dragoljub-duric commented Apr 28, 2025

This Pull Request introduces a benchmarks for BTreeSet.

@dragoljub-duric dragoljub-duric changed the base branch from main to EXC-1384-add-stable-b-tree-set-in-stable-structures April 28, 2025 07:47
Copy link

github-actions bot commented Apr 28, 2025

canbench 🏋 (dir: .) ab01f6f 2025-05-02 10:14:59 UTC

ℹ️ No significant performance changes detected 👍
./canbench_results.yml is up to date


---------------------------------------------------

Benchmark: btreeset_insert_u32 (new) 🟡
  total:
    instructions: 591.67 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_insert_u64 (new) 🟡
  total:
    instructions: 607.18 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_insert_blob_8 (new) 🟡
  total:
    instructions: 721.30 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_insert_blob_16 (new) 🟡
  total:
    instructions: 749.43 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_insert_blob_32 (new) 🟡
  total:
    instructions: 813.74 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_insert_blob_64 (new) 🟡
  total:
    instructions: 1.13 B (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_insert_blob_128 (new) 🟡
  total:
    instructions: 1.62 B (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_insert_blob_256 (new) 🟡
  total:
    instructions: 2.40 B (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_insert_blob_512 (new) 🟡
  total:
    instructions: 3.97 B (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 128 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_insert_blob_1024 (new) 🟡
  total:
    instructions: 7.12 B (new) 🟡
    heap_increase: 1 pages (new) 🟡
    stable_memory_increase: 256 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_remove_u32 (new) 🟡
  total:
    instructions: 574.15 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_remove_u64 (new) 🟡
  total:
    instructions: 591.06 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_remove_blob_8 (new) 🟡
  total:
    instructions: 706.02 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_remove_blob_16 (new) 🟡
  total:
    instructions: 733.45 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_remove_blob_32 (new) 🟡
  total:
    instructions: 794.48 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_remove_blob_64 (new) 🟡
  total:
    instructions: 1.11 B (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_remove_blob_128 (new) 🟡
  total:
    instructions: 1.61 B (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_remove_blob_256 (new) 🟡
  total:
    instructions: 2.42 B (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_remove_blob_512 (new) 🟡
  total:
    instructions: 4.05 B (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_remove_blob_1024 (new) 🟡
  total:
    instructions: 7.36 B (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_range_u32 (new) 🟡
  total:
    instructions: 8.67 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_range_u64 (new) 🟡
  total:
    instructions: 8.86 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_range_blob_8 (new) 🟡
  total:
    instructions: 11.21 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_range_blob_16 (new) 🟡
  total:
    instructions: 11.71 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_range_blob_32 (new) 🟡
  total:
    instructions: 12.87 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_range_blob_64 (new) 🟡
  total:
    instructions: 25.29 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_range_blob_128 (new) 🟡
  total:
    instructions: 38.77 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_range_blob_256 (new) 🟡
  total:
    instructions: 63.24 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_range_blob_512 (new) 🟡
  total:
    instructions: 112.15 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_range_blob_1024 (new) 🟡
  total:
    instructions: 209.99 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_union_u32 (new) 🟡
  total:
    instructions: 2.74 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_union_u64 (new) 🟡
  total:
    instructions: 2.79 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_union_blob_8 (new) 🟡
  total:
    instructions: 3.62 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_union_blob_16 (new) 🟡
  total:
    instructions: 3.89 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_union_blob_32 (new) 🟡
  total:
    instructions: 4.50 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_union_blob_64 (new) 🟡
  total:
    instructions: 10.22 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_union_blob_128 (new) 🟡
  total:
    instructions: 16.21 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_union_blob_256 (new) 🟡
  total:
    instructions: 27.61 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_union_blob_512 (new) 🟡
  total:
    instructions: 50.31 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_union_blob_1024 (new) 🟡
  total:
    instructions: 95.70 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_intersection_u32 (new) 🟡
  total:
    instructions: 2.73 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_intersection_u64 (new) 🟡
  total:
    instructions: 2.79 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_intersection_blob_8 (new) 🟡
  total:
    instructions: 3.62 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_intersection_blob_16 (new) 🟡
  total:
    instructions: 3.89 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_intersection_blob_32 (new) 🟡
  total:
    instructions: 4.49 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_intersection_blob_64 (new) 🟡
  total:
    instructions: 10.22 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_intersection_blob_128 (new) 🟡
  total:
    instructions: 16.20 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_intersection_blob_256 (new) 🟡
  total:
    instructions: 27.61 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_intersection_blob_512 (new) 🟡
  total:
    instructions: 50.30 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_intersection_blob_1024 (new) 🟡
  total:
    instructions: 95.68 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_symmetric_difference_u32 (new) 🟡
  total:
    instructions: 2.74 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_symmetric_difference_u64 (new) 🟡
  total:
    instructions: 2.79 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_symmetric_difference_blob_8 (new) 🟡
  total:
    instructions: 3.62 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_symmetric_difference_blob_16 (new) 🟡
  total:
    instructions: 3.89 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_symmetric_difference_blob_32 (new) 🟡
  total:
    instructions: 4.50 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_symmetric_difference_blob_64 (new) 🟡
  total:
    instructions: 10.22 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_symmetric_difference_blob_128 (new) 🟡
  total:
    instructions: 16.21 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_symmetric_difference_blob_256 (new) 🟡
  total:
    instructions: 27.61 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_symmetric_difference_blob_512 (new) 🟡
  total:
    instructions: 50.31 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_symmetric_difference_blob_1024 (new) 🟡
  total:
    instructions: 95.70 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_subset_u32 (new) 🟡
  total:
    instructions: 45.05 K (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_subset_u64 (new) 🟡
  total:
    instructions: 45.58 K (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_subset_blob_8 (new) 🟡
  total:
    instructions: 52.93 K (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_subset_blob_16 (new) 🟡
  total:
    instructions: 55.02 K (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_subset_blob_32 (new) 🟡
  total:
    instructions: 60.30 K (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_subset_blob_64 (new) 🟡
  total:
    instructions: 95.74 K (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_subset_blob_128 (new) 🟡
  total:
    instructions: 144.35 K (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_subset_blob_256 (new) 🟡
  total:
    instructions: 227.47 K (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_subset_blob_512 (new) 🟡
  total:
    instructions: 393.75 K (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_subset_blob_1024 (new) 🟡
  total:
    instructions: 726.29 K (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_superset_u32 (new) 🟡
  total:
    instructions: 2.73 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_superset_u64 (new) 🟡
  total:
    instructions: 2.78 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_superset_blob_8 (new) 🟡
  total:
    instructions: 3.56 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_superset_blob_16 (new) 🟡
  total:
    instructions: 3.80 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_superset_blob_32 (new) 🟡
  total:
    instructions: 4.36 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_superset_blob_64 (new) 🟡
  total:
    instructions: 8.81 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_superset_blob_128 (new) 🟡
  total:
    instructions: 13.78 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_superset_blob_256 (new) 🟡
  total:
    instructions: 23.13 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_superset_blob_512 (new) 🟡
  total:
    instructions: 41.72 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_superset_blob_1024 (new) 🟡
  total:
    instructions: 78.91 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_disjoint_u32 (new) 🟡
  total:
    instructions: 1.84 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_disjoint_u64 (new) 🟡
  total:
    instructions: 1.88 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_disjoint_blob_8 (new) 🟡
  total:
    instructions: 2.39 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_disjoint_blob_16 (new) 🟡
  total:
    instructions: 2.49 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_disjoint_blob_32 (new) 🟡
  total:
    instructions: 2.74 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_disjoint_blob_64 (new) 🟡
  total:
    instructions: 5.43 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_disjoint_blob_128 (new) 🟡
  total:
    instructions: 8.21 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_disjoint_blob_256 (new) 🟡
  total:
    instructions: 13.34 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_disjoint_blob_512 (new) 🟡
  total:
    instructions: 23.59 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: btreeset_is_disjoint_blob_1024 (new) 🟡
  total:
    instructions: 44.08 M (new) 🟡
    heap_increase: 0 pages (new) 🟡
    stable_memory_increase: 0 pages (new) 🟡

---------------------------------------------------

Benchmark: memory_manager_baseline
  total:
    instructions: 1.18 B (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 8000 pages (no change)

---------------------------------------------------

Benchmark: memory_manager_overhead
  total:
    instructions: 1.18 B (0.00%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 8320 pages (no change)

---------------------------------------------------

Benchmark: memory_manager_grow
  total:
    instructions: 346.54 M (-0.02%) (change within noise threshold)
    heap_increase: 2 pages (no change)
    stable_memory_increase: 32.00 K pages (no change)

---------------------------------------------------

Benchmark: vec_insert_blob_4
  total:
    instructions: 3.21 M (-0.62%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: vec_insert_blob_8
  total:
    instructions: 3.24 M (-0.61%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 1 pages (no change)

---------------------------------------------------

Benchmark: vec_insert_blob_16
  total:
    instructions: 3.30 M (-0.60%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 2 pages (no change)

---------------------------------------------------

Benchmark: vec_insert_blob_32
  total:
    instructions: 3.42 M (-0.58%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 5 pages (no change)

---------------------------------------------------

Benchmark: vec_insert_blob_64
  total:
    instructions: 3.66 M (-0.54%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 9 pages (no change)

---------------------------------------------------

Benchmark: vec_insert_blob_128
  total:
    instructions: 4.13 M (-0.48%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 19 pages (no change)

---------------------------------------------------

Benchmark: vec_insert_u64
  total:
    instructions: 5.92 M (-0.17%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 1 pages (no change)

---------------------------------------------------

Benchmark: vec_get_blob_4
  total:
    instructions: 4.87 M (0.41%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: vec_get_blob_4_mem_manager
  total:
    instructions: 7.24 M (0.28%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: vec_get_blob_8
  total:
    instructions: 5.78 M (1.80%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: vec_get_blob_16
  total:
    instructions: 6.43 M (0.47%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: vec_get_blob_32
  total:
    instructions: 7.15 M (0.42%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: vec_get_blob_64
  total:
    instructions: 11.32 M (-0.44%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: vec_get_blob_64_mem_manager
  total:
    instructions: 13.64 M (-0.51%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: vec_get_blob_128
  total:
    instructions: 19.22 M (-0.47%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: vec_get_u64
  total:
    instructions: 5.33 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_4_1024
  total:
    instructions: 496.88 M (-0.08%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 123 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_4_1024_v2
  total:
    instructions: 593.43 M (-0.07%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 92 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_8_1024
  total:
    instructions: 607.38 M (-0.07%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 183 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_8_1024_v2
  total:
    instructions: 709.08 M (-0.06%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 138 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_16_1024
  total:
    instructions: 637.36 M (-0.07%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 215 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_16_1024_v2
  total:
    instructions: 731.99 M (-0.06%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 161 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_32_1024
  total:
    instructions: 672.42 M (-0.07%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 230 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_32_1024_v2
  total:
    instructions: 769.69 M (-0.06%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 173 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_64_1024
  total:
    instructions: 919.48 M (-0.05%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 245 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_64_1024_v2
  total:
    instructions: 1.02 B (-0.05%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 183 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_128_1024
  total:
    instructions: 1.27 B (-0.04%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 260 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_128_1024_v2
  total:
    instructions: 1.37 B (-0.04%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 195 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_256_1024
  total:
    instructions: 1.86 B (-0.02%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 292 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_256_1024_v2
  total:
    instructions: 1.96 B (-0.02%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 219 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_512_1024
  total:
    instructions: 3.01 B (-0.02%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 351 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_512_1024_v2
  total:
    instructions: 3.10 B (-0.02%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 263 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_1024_4
  total:
    instructions: 5.02 B (-0.01%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 235 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_1024_4_v2
  total:
    instructions: 5.10 B (-0.01%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 176 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_1024_8
  total:
    instructions: 5.08 B (-0.01%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 237 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_1024_8_v2
  total:
    instructions: 5.19 B (-0.01%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 178 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_1024_16
  total:
    instructions: 5.11 B (-0.01%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 241 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_1024_16_v2
  total:
    instructions: 5.20 B (-0.01%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 181 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_1024_32
  total:
    instructions: 5.10 B (-0.01%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 239 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_1024_32_v2
  total:
    instructions: 5.19 B (-0.01%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 180 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_1024_64
  total:
    instructions: 5.15 B (-0.01%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 250 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_1024_64_v2
  total:
    instructions: 5.25 B (-0.01%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 188 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_1024_128
  total:
    instructions: 5.11 B (-0.01%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 262 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_1024_128_v2
  total:
    instructions: 5.20 B (-0.01%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 196 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_1024_256
  total:
    instructions: 5.13 B (-0.01%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 292 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_1024_256_v2
  total:
    instructions: 5.23 B (-0.01%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 219 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_1024_512
  total:
    instructions: 5.21 B (-0.01%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 348 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_1024_512_v2
  total:
    instructions: 5.31 B (-0.01%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 261 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_1024_512_v2_mem_manager
  total:
    instructions: 5.47 B (0.00%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 256 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_u64_u64
  total:
    instructions: 345.00 M (-0.13%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 7 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_u64_u64_v2
  total:
    instructions: 428.52 M (-0.09%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 6 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_u64_u64_v2_mem_manager
  total:
    instructions: 558.16 M (0.01%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_u64_blob_8
  total:
    instructions: 339.46 M (-0.13%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 7 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_u64_blob_8_v2
  total:
    instructions: 419.94 M (-0.09%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 5 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_8_u64
  total:
    instructions: 329.87 M (-0.13%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 6 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_blob_8_u64_v2
  total:
    instructions: 440.68 M (-0.10%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 4 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_blob_4_1024
  total:
    instructions: 485.95 M (-0.11%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_blob_4_1024_v2
  total:
    instructions: 599.54 M (-0.09%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_blob_8_1024
  total:
    instructions: 644.04 M (-0.11%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_blob_8_1024_v2
  total:
    instructions: 776.03 M (-0.10%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_blob_16_1024
  total:
    instructions: 757.33 M (-0.11%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_blob_16_1024_v2
  total:
    instructions: 895.12 M (-0.10%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_blob_32_1024
  total:
    instructions: 826.76 M (-0.10%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_blob_32_1024_v2
  total:
    instructions: 965.86 M (-0.09%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_blob_64_1024
  total:
    instructions: 1.14 B (-0.08%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_blob_64_1024_v2
  total:
    instructions: 1.28 B (-0.07%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_blob_128_1024
  total:
    instructions: 1.57 B (-0.06%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_blob_128_1024_v2
  total:
    instructions: 1.72 B (-0.05%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_blob_256_1024
  total:
    instructions: 2.28 B (-0.04%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_blob_256_1024_v2
  total:
    instructions: 2.42 B (-0.04%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_blob_512_1024
  total:
    instructions: 3.75 B (-0.02%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_blob_512_1024_v2
  total:
    instructions: 3.88 B (-0.02%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_u64_u64
  total:
    instructions: 498.06 M (-0.17%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_u64_u64_v2
  total:
    instructions: 622.76 M (-0.12%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_u64_blob_8
  total:
    instructions: 484.89 M (-0.18%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_u64_blob_8_v2
  total:
    instructions: 600.28 M (-0.12%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_blob_8_u64
  total:
    instructions: 434.30 M (-0.17%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_remove_blob_8_u64_v2
  total:
    instructions: 583.27 M (-0.13%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_4_1024
  total:
    instructions: 183.88 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_4_1024_v2
  total:
    instructions: 268.41 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_8_1024
  total:
    instructions: 217.40 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_8_1024_v2
  total:
    instructions: 299.71 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_16_1024
  total:
    instructions: 246.86 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_16_1024_v2
  total:
    instructions: 322.89 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_32_1024
  total:
    instructions: 280.11 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_32_1024_v2
  total:
    instructions: 358.06 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_64_1024
  total:
    instructions: 522.45 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_64_1024_v2
  total:
    instructions: 602.47 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_128_1024
  total:
    instructions: 871.38 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_128_1024_v2
  total:
    instructions: 952.39 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_256_1024
  total:
    instructions: 1.44 B (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_256_1024_v2
  total:
    instructions: 1.52 B (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_512_1024
  total:
    instructions: 2.57 B (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_512_1024_v2
  total:
    instructions: 2.65 B (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_512_1024_v2_mem_manager
  total:
    instructions: 2.76 B (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_u64_u64
  total:
    instructions: 176.36 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_u64_u64_v2
  total:
    instructions: 256.66 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_u64_u64_v2_mem_manager
  total:
    instructions: 336.20 M (0.01%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_u64_blob_8
  total:
    instructions: 175.65 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_u64_blob_8_v2
  total:
    instructions: 249.97 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_8_u64
  total:
    instructions: 201.18 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_get_blob_8_u64_v2
  total:
    instructions: 298.07 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_contains_key_blob_4_1024
  total:
    instructions: 166.00 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_contains_key_blob_4_1024_v2
  total:
    instructions: 246.60 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_insert_10mib_values
  total:
    instructions: 5.24 B (-0.07%) (change within noise threshold)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 3613 pages (no change)

---------------------------------------------------

Benchmark: btreemap_read_keys_from_range
  total:
    instructions: 84.22 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_read_every_third_value_from_range
  total:
    instructions: 84.18 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_iter_small_values
  total:
    instructions: 14.98 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_iter_rev_small_values
  total:
    instructions: 14.98 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_iter_10mib_values
  total:
    instructions: 11.41 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_iter_rev_10mib_values
  total:
    instructions: 11.40 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_keys_small_values
  total:
    instructions: 9.53 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_keys_rev_small_values
  total:
    instructions: 9.67 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_keys_10mib_values
  total:
    instructions: 464.95 K (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_keys_rev_10mib_values
  total:
    instructions: 464.60 K (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_values_small_values
  total:
    instructions: 14.95 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_values_rev_small_values
  total:
    instructions: 14.95 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_values_10mib_values
  total:
    instructions: 11.41 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_values_rev_10mib_values
  total:
    instructions: 11.40 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_iter_count_small_values
  total:
    instructions: 9.44 M (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Benchmark: btreemap_iter_count_10mib_values
  total:
    instructions: 477.29 K (no change)
    heap_increase: 0 pages (no change)
    stable_memory_increase: 0 pages (no change)

---------------------------------------------------

Base automatically changed from EXC-1384-add-stable-b-tree-set-in-stable-structures to main April 29, 2025 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant