Skip to content

Commit 0ebd53f

Browse files
committed
refactor!: Remove DeprecatedSnippet impl
Implement `BasicSnippet` for `MmrVerifyFromMemory` directly instead. changelog: ignore
1 parent fb57ca8 commit 0ebd53f

File tree

2 files changed

+197
-354
lines changed

2 files changed

+197
-354
lines changed

tasm-lib/benchmarks/tasmlib_mmr_verify_from_memory.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
{
33
"name": "tasmlib_mmr_verify_from_memory",
44
"benchmark_result": {
5-
"clock_cycle_count": 1447,
6-
"hash_table_height": 408,
5+
"clock_cycle_count": 1317,
6+
"hash_table_height": 396,
77
"u32_table_height": 1409,
8-
"op_stack_table_height": 1164,
8+
"op_stack_table_height": 1026,
99
"ram_table_height": 161
1010
},
1111
"case": "CommonCase"
1212
},
1313
{
1414
"name": "tasmlib_mmr_verify_from_memory",
1515
"benchmark_result": {
16-
"clock_cycle_count": 2731,
17-
"hash_table_height": 594,
16+
"clock_cycle_count": 2477,
17+
"hash_table_height": 582,
1818
"u32_table_height": 1568,
19-
"op_stack_table_height": 2228,
19+
"op_stack_table_height": 1966,
2020
"ram_table_height": 316
2121
},
2222
"case": "WorstCase"

0 commit comments

Comments
 (0)