Skip to content

Commit

Permalink
fix(bench): Fix benchmark result for dyn-sized map
Browse files Browse the repository at this point in the history
Change of benchmark introduced by
a556930.
  • Loading branch information
Sword-Smith committed Sep 30, 2024
1 parent 4a35f18 commit b473594
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"benchmark_result": {
"clock_cycle_count": 472,
"hash_table_height": 102,
"u32_table_height": 242,
"u32_table_height": 272,
"op_stack_table_height": 334,
"ram_table_height": 54
},
Expand Down

0 comments on commit b473594

Please sign in to comment.