From f48ed2d7a0a5a9412536f94e6f4e62d730dae292 Mon Sep 17 00:00:00 2001 From: sword_smith Date: Thu, 24 Oct 2024 12:30:20 +0200 Subject: [PATCH] update benchmarks following fix in 4136cb4a990730dd5d35c94358addc757acb75fb 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. --- .../neptune_transaction_hash_removal_record_index_sets_1.json | 2 +- .../neptune_transaction_hash_removal_record_index_sets_2.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/neptune_transaction_hash_removal_record_index_sets_1.json b/benchmarks/neptune_transaction_hash_removal_record_index_sets_1.json index f4ce8a1c..dc33992c 100644 --- a/benchmarks/neptune_transaction_hash_removal_record_index_sets_1.json +++ b/benchmarks/neptune_transaction_hash_removal_record_index_sets_1.json @@ -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 }, diff --git a/benchmarks/neptune_transaction_hash_removal_record_index_sets_2.json b/benchmarks/neptune_transaction_hash_removal_record_index_sets_2.json index 94baadd5..d1025b06 100644 --- a/benchmarks/neptune_transaction_hash_removal_record_index_sets_2.json +++ b/benchmarks/neptune_transaction_hash_removal_record_index_sets_2.json @@ -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 },