Skip to content

Commit

Permalink
docs: Update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sword-Smith committed Apr 16, 2024
1 parent f5d7b3e commit 485f54e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[
{
"name": "verify_Base_table_rows",
"name": "tasmlib_recufier_master_ext_table_verify_Base_table_rows",
"benchmark_result": {
"clock_cycle_count": 1318,
"hash_table_height": 1353,
"hash_table_height": 1329,
"u32_table_height": 6,
"op_stack_table_height": 3471,
"ram_table_height": 1077
},
"case": "CommonCase"
},
{
"name": "verify_Base_table_rows",
"name": "tasmlib_recufier_master_ext_table_verify_Base_table_rows",
"benchmark_result": {
"clock_cycle_count": 1423,
"hash_table_height": 1443,
"hash_table_height": 1419,
"u32_table_height": 6,
"op_stack_table_height": 3681,
"ram_table_height": 1077
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[
{
"name": "verify_Extension_table_rows",
"name": "tasmlib_recufier_master_ext_table_verify_Extension_table_rows",
"benchmark_result": {
"clock_cycle_count": 1078,
"hash_table_height": 1071,
"hash_table_height": 1047,
"u32_table_height": 6,
"op_stack_table_height": 2679,
"ram_table_height": 756
},
"case": "CommonCase"
},
{
"name": "verify_Extension_table_rows",
"name": "tasmlib_recufier_master_ext_table_verify_Extension_table_rows",
"benchmark_result": {
"clock_cycle_count": 1183,
"hash_table_height": 1161,
"hash_table_height": 1137,
"u32_table_height": 6,
"op_stack_table_height": 2889,
"ram_table_height": 756
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[
{
"name": "verify_Quotient_table_rows",
"name": "tasmlib_recufier_master_ext_table_verify_Quotient_table_rows",
"benchmark_result": {
"clock_cycle_count": 613,
"hash_table_height": 501,
"hash_table_height": 471,
"u32_table_height": 6,
"op_stack_table_height": 1023,
"ram_table_height": 45
},
"case": "CommonCase"
},
{
"name": "verify_Quotient_table_rows",
"name": "tasmlib_recufier_master_ext_table_verify_Quotient_table_rows",
"benchmark_result": {
"clock_cycle_count": 718,
"hash_table_height": 591,
"hash_table_height": 561,
"u32_table_height": 6,
"op_stack_table_height": 1233,
"ram_table_height": 45
Expand Down
2 changes: 1 addition & 1 deletion tasm-lib/benchmarks/tasmlib_recufier_stark_verify_256.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"benchmark_result": {
"clock_cycle_count": 1194016,
"hash_table_height": 181747,
"u32_table_height": 45303,
"u32_table_height": 45332,
"op_stack_table_height": 1637778,
"ram_table_height": 513216
},
Expand Down
2 changes: 1 addition & 1 deletion tasm-lib/benchmarks/tasmlib_recufier_stark_verify_512.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"benchmark_result": {
"clock_cycle_count": 1221679,
"hash_table_height": 190879,
"u32_table_height": 51077,
"u32_table_height": 51283,
"op_stack_table_height": 1675336,
"ram_table_height": 516823
},
Expand Down

0 comments on commit 485f54e

Please sign in to comment.