Skip to content

Commit 6774c9f

Browse files
committed
signoff: MerkleRootFromXfes
Also, add support for lists of length 1.
1 parent 5c3388a commit 6774c9f

7 files changed

+181
-160
lines changed

tasm-lib/benchmarks/tasmlib_hashing_merkle_root_from_xfes.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
{
33
"name": "tasmlib_hashing_merkle_root_from_xfes",
44
"benchmark_result": {
5-
"clock_cycle_count": 7228,
5+
"clock_cycle_count": 6455,
66
"hash_table_height": 3228,
77
"u32_table_height": 99,
8-
"op_stack_table_height": 12038,
8+
"op_stack_table_height": 10494,
99
"ram_table_height": 6653
1010
},
1111
"case": "CommonCase"
1212
},
1313
{
1414
"name": "tasmlib_hashing_merkle_root_from_xfes",
1515
"benchmark_result": {
16-
"clock_cycle_count": 14165,
16+
"clock_cycle_count": 12624,
1717
"hash_table_height": 6300,
1818
"u32_table_height": 102,
19-
"op_stack_table_height": 23836,
19+
"op_stack_table_height": 20756,
2020
"ram_table_height": 13309
2121
},
2222
"case": "WorstCase"

tasm-lib/benchmarks/tasmlib_verifier_fri_verify.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
{
33
"name": "tasmlib_verifier_fri_verify",
44
"benchmark_result": {
5-
"clock_cycle_count": 43507,
6-
"hash_table_height": 14658,
5+
"clock_cycle_count": 42734,
6+
"hash_table_height": 14664,
77
"u32_table_height": 18381,
8-
"op_stack_table_height": 40821,
8+
"op_stack_table_height": 39277,
99
"ram_table_height": 17564
1010
},
1111
"case": "CommonCase"
1212
},
1313
{
1414
"name": "tasmlib_verifier_fri_verify",
1515
"benchmark_result": {
16-
"clock_cycle_count": 43507,
17-
"hash_table_height": 14658,
16+
"clock_cycle_count": 42734,
17+
"hash_table_height": 14664,
1818
"u32_table_height": 17772,
19-
"op_stack_table_height": 40821,
19+
"op_stack_table_height": 39277,
2020
"ram_table_height": 17564
2121
},
2222
"case": "WorstCase"

tasm-lib/benchmarks/tasmlib_verifier_stark_verify_dynamic_inner_padded_height_256_fri_exp_4.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
{
33
"name": "tasmlib_verifier_stark_verify_dynamic_inner_padded_height_256_fri_exp_4",
44
"benchmark_result": {
5-
"clock_cycle_count": 187670,
5+
"clock_cycle_count": 186897,
66
"hash_table_height": 138829,
77
"u32_table_height": 25459,
8-
"op_stack_table_height": 165828,
8+
"op_stack_table_height": 164284,
99
"ram_table_height": 289170
1010
},
1111
"case": "CommonCase"

tasm-lib/benchmarks/tasmlib_verifier_stark_verify_dynamic_inner_padded_height_512_fri_exp_4.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
{
33
"name": "tasmlib_verifier_stark_verify_dynamic_inner_padded_height_512_fri_exp_4",
44
"benchmark_result": {
5-
"clock_cycle_count": 195174,
5+
"clock_cycle_count": 194401,
66
"hash_table_height": 146521,
77
"u32_table_height": 34071,
8-
"op_stack_table_height": 170532,
8+
"op_stack_table_height": 168988,
99
"ram_table_height": 290321
1010
},
1111
"case": "CommonCase"

tasm-lib/benchmarks/tasmlib_verifier_stark_verify_static_inner_padded_height_256_fri_exp_4.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
{
33
"name": "tasmlib_verifier_stark_verify_static_inner_padded_height_256_fri_exp_4",
44
"benchmark_result": {
5-
"clock_cycle_count": 175967,
6-
"hash_table_height": 124783,
5+
"clock_cycle_count": 175194,
6+
"hash_table_height": 124789,
77
"u32_table_height": 25459,
8-
"op_stack_table_height": 158022,
8+
"op_stack_table_height": 156478,
99
"ram_table_height": 285271
1010
},
1111
"case": "CommonCase"

tasm-lib/benchmarks/tasmlib_verifier_stark_verify_static_inner_padded_height_512_fri_exp_4.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
{
33
"name": "tasmlib_verifier_stark_verify_static_inner_padded_height_512_fri_exp_4",
44
"benchmark_result": {
5-
"clock_cycle_count": 183471,
6-
"hash_table_height": 132475,
5+
"clock_cycle_count": 182698,
6+
"hash_table_height": 132481,
77
"u32_table_height": 34071,
8-
"op_stack_table_height": 162726,
8+
"op_stack_table_height": 161182,
99
"ram_table_height": 286422
1010
},
1111
"case": "CommonCase"

0 commit comments

Comments
 (0)