Skip to content

Commit

Permalink
add profiles and benchmarks for updated tasm programs
Browse files Browse the repository at this point in the history
  • Loading branch information
aszepieniec committed Jan 30, 2024
1 parent 05798cb commit 18b526f
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 157 deletions.
4 changes: 2 additions & 2 deletions benchmarks/tasm_neptune_transaction_compute_indices.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[
{
"name": "tasm_neptune_transaction_compute_indices",
"clock_cycle_count": 5367,
"clock_cycle_count": 5375,
"hash_table_height": 607,
"u32_table_height": 4378,
"case": "CommonCase"
},
{
"name": "tasm_neptune_transaction_compute_indices",
"clock_cycle_count": 5367,
"clock_cycle_count": 5375,
"hash_table_height": 607,
"u32_table_height": 4514,
"case": "WorstCase"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"name": "tasm_neptune_transaction_removal_records_integrity",
"clock_cycle_count": 29594,
"hash_table_height": 5621,
"clock_cycle_count": 29649,
"hash_table_height": 5633,
"u32_table_height": 13245,
"case": "CommonCase"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[
{
"name": "tasm_neptune_transaction_transaction_kernel_mast_hash",
"clock_cycle_count": 7754,
"hash_table_height": 3601,
"clock_cycle_count": 7758,
"hash_table_height": 3607,
"u32_table_height": 73,
"case": "CommonCase"
},
{
"name": "tasm_neptune_transaction_transaction_kernel_mast_hash",
"clock_cycle_count": 8486,
"hash_table_height": 3967,
"clock_cycle_count": 8490,
"hash_table_height": 3973,
"u32_table_height": 74,
"case": "WorstCase"
}
Expand Down
Loading

0 comments on commit 18b526f

Please sign in to comment.