Skip to content

Commit

Permalink
chore: update benchmarks
Browse files Browse the repository at this point in the history
Should have been updated with the commits actually changing the trace
length of these snippets. But alas!

Co-authored-by: Alan Szepieniec <[email protected]>
  • Loading branch information
Sword-Smith and aszepieniec committed Jan 3, 2025
1 parent b22200c commit eb09fde
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
{
"name": "neptune_transaction_hash_removal_record_index_sets_1",
"benchmark_result": {
"clock_cycle_count": 716,
"clock_cycle_count": 715,
"hash_table_height": 440,
"u32_table_height": 106,
"op_stack_table_height": 524,
"u32_table_height": 166,
"op_stack_table_height": 522,
"ram_table_height": 384
},
"case": "CommonCase"
},
{
"name": "neptune_transaction_hash_removal_record_index_sets_1",
"benchmark_result": {
"clock_cycle_count": 6638,
"clock_cycle_count": 6637,
"hash_table_height": 2618,
"u32_table_height": 526,
"op_stack_table_height": 4916,
"u32_table_height": 826,
"op_stack_table_height": 4914,
"ram_table_height": 3804
},
"case": "WorstCase"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
{
"name": "neptune_transaction_hash_removal_record_index_sets_2",
"benchmark_result": {
"clock_cycle_count": 1393,
"clock_cycle_count": 1392,
"hash_table_height": 700,
"u32_table_height": 286,
"op_stack_table_height": 1023,
"u32_table_height": 226,
"op_stack_table_height": 1021,
"ram_table_height": 765
},
"case": "CommonCase"
},
{
"name": "neptune_transaction_hash_removal_record_index_sets_2",
"benchmark_result": {
"clock_cycle_count": 13237,
"clock_cycle_count": 13236,
"hash_table_height": 5056,
"u32_table_height": 586,
"op_stack_table_height": 9807,
"u32_table_height": 1126,
"op_stack_table_height": 9805,
"ram_table_height": 7605
},
"case": "WorstCase"
Expand Down
10 changes: 5 additions & 5 deletions benchmarks/tasm_neptune_coinbase_amount.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
{
"name": "tasm_neptune_coinbase_amount",
"benchmark_result": {
"clock_cycle_count": 27,
"hash_table_height": 36,
"u32_table_height": 0,
"op_stack_table_height": 23,
"clock_cycle_count": 82,
"hash_table_height": 78,
"u32_table_height": 131,
"op_stack_table_height": 57,
"ram_table_height": 5
},
"case": "CommonCase"
Expand All @@ -14,7 +14,7 @@
"name": "tasm_neptune_coinbase_amount",
"benchmark_result": {
"clock_cycle_count": 26,
"hash_table_height": 36,
"hash_table_height": 78,
"u32_table_height": 0,
"op_stack_table_height": 19,
"ram_table_height": 1
Expand Down

0 comments on commit eb09fde

Please sign in to comment.