Skip to content

Commit

Permalink
signoff!: mmr::bag_peaks
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Remove the implementations of trait `Function` for
`BagPeaks`.
  • Loading branch information
jan-ferdinand committed Dec 16, 2024
1 parent cc878fa commit 2187793
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 161 deletions.
4 changes: 2 additions & 2 deletions tasm-lib/benchmarks/tasm_lib_mmr_verify_mmr_successor.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "tasm_lib_mmr_verify_mmr_successor",
"benchmark_result": {
"clock_cycle_count": 23299,
"hash_table_height": 3780,
"hash_table_height": 3750,
"u32_table_height": 9283,
"op_stack_table_height": 14336,
"ram_table_height": 473
Expand All @@ -14,7 +14,7 @@
"name": "tasm_lib_mmr_verify_mmr_successor",
"benchmark_result": {
"clock_cycle_count": 69432,
"hash_table_height": 12330,
"hash_table_height": 12300,
"u32_table_height": 17843,
"op_stack_table_height": 40764,
"ram_table_height": 893
Expand Down
12 changes: 6 additions & 6 deletions tasm-lib/benchmarks/tasmlib_mmr_bag_peaks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
{
"name": "tasmlib_mmr_bag_peaks",
"benchmark_result": {
"clock_cycle_count": 217,
"hash_table_height": 264,
"clock_cycle_count": 181,
"hash_table_height": 234,
"u32_table_height": 8,
"op_stack_table_height": 380,
"op_stack_table_height": 320,
"ram_table_height": 151
},
"case": "CommonCase"
},
{
"name": "tasmlib_mmr_bag_peaks",
"benchmark_result": {
"clock_cycle_count": 397,
"hash_table_height": 444,
"clock_cycle_count": 331,
"hash_table_height": 414,
"u32_table_height": 8,
"op_stack_table_height": 740,
"op_stack_table_height": 620,
"ram_table_height": 301
},
"case": "WorstCase"
Expand Down
Loading

0 comments on commit 2187793

Please sign in to comment.