Skip to content

Commit

Permalink
Update benchmark results for transaction algorithms
Browse files Browse the repository at this point in the history
Not sure why these have changed, but it's verify small changes that will
be completely dwarfed by the upgrade to TVM 0.36 and beyond.
  • Loading branch information
Sword-Smith committed Jan 3, 2024
1 parent 6018108 commit 1c34fe3
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 122 deletions.
8 changes: 4 additions & 4 deletions benchmarks/tasm_neptune_transaction_compute_indices.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[
{
"name": "tasm_neptune_transaction_compute_indices",
"clock_cycle_count": 5080,
"clock_cycle_count": 5933,
"hash_table_height": 0,
"u32_table_height": 4400,
"u32_table_height": 4386,
"case": "CommonCase"
},
{
"name": "tasm_neptune_transaction_compute_indices",
"clock_cycle_count": 5080,
"clock_cycle_count": 5933,
"hash_table_height": 0,
"u32_table_height": 4536,
"u32_table_height": 4522,
"case": "WorstCase"
}
]
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[
{
"name": "tasm_neptune_transaction_removal_records_integrity",
"clock_cycle_count": 51192,
"hash_table_height": 5519,
"u32_table_height": 16220,
"clock_cycle_count": 52898,
"hash_table_height": 5489,
"u32_table_height": 16198,
"case": "CommonCase"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"name": "tasm_neptune_transaction_transaction_kernel_mast_hash",
"clock_cycle_count": 35160,
"hash_table_height": 42,
"u32_table_height": 6348,
"u32_table_height": 6361,
"case": "CommonCase"
},
{
"name": "tasm_neptune_transaction_transaction_kernel_mast_hash",
"clock_cycle_count": 38774,
"hash_table_height": 42,
"u32_table_height": 7149,
"u32_table_height": 7162,
"case": "WorstCase"
}
]
Loading

0 comments on commit 1c34fe3

Please sign in to comment.