From 90f19000a9b1ae9753ca4f08cd4e64e43df7c8ad Mon Sep 17 00:00:00 2001 From: Marc Harvey-Hill Date: Sat, 11 Jan 2025 20:16:19 +0000 Subject: [PATCH] fix benchmarks --- .../Nethermind.JsonRpc.Benchmark/EthModuleBenchmarks.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Nethermind/Nethermind.JsonRpc.Benchmark/EthModuleBenchmarks.cs b/src/Nethermind/Nethermind.JsonRpc.Benchmark/EthModuleBenchmarks.cs index 86f446d973d..34de85f34e9 100644 --- a/src/Nethermind/Nethermind.JsonRpc.Benchmark/EthModuleBenchmarks.cs +++ b/src/Nethermind/Nethermind.JsonRpc.Benchmark/EthModuleBenchmarks.cs @@ -84,6 +84,8 @@ public void GlobalSetup() specProvider, NullBloomStorage.Instance, new SyncConfig(), + new HistoryConfig(), + new BlocksConfig(), LimboLogs.Instance); _blockhashProvider = new BlockhashProvider(blockTree, specProvider, stateProvider, LimboLogs.Instance); CodeInfoRepository codeInfoRepository = new();