Skip to content

Commit

Permalink
update benchmarks following fix in 4136cb4
Browse files Browse the repository at this point in the history
No noticable just. Just a slight change to the u32 table because
different pointer values are used, and their lengths are compared
against some threshold which invokes the u32 co-processor.
  • Loading branch information
Sword-Smith committed Oct 24, 2024
1 parent 21339e6 commit f48ed2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"benchmark_result": {
"clock_cycle_count": 6638,
"hash_table_height": 2618,
"u32_table_height": 646,
"u32_table_height": 466,
"op_stack_table_height": 4916,
"ram_table_height": 3804
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"benchmark_result": {
"clock_cycle_count": 13237,
"hash_table_height": 5056,
"u32_table_height": 886,
"u32_table_height": 1066,
"op_stack_table_height": 9807,
"ram_table_height": 7605
},
Expand Down

0 comments on commit f48ed2d

Please sign in to comment.