From f87caf0b581beeb0da8a1c05927febe3ab1df20a Mon Sep 17 00:00:00 2001 From: Daniel Liu <139250065@qq.com> Date: Sat, 26 Jul 2025 17:48:42 +0800 Subject: [PATCH] eth/tracers: fix benchmarks #23806 (#1262) --- eth/tracers/tracers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/tracers/tracers_test.go b/eth/tracers/tracers_test.go index 8776ae049a..d508757bca 100644 --- a/eth/tracers/tracers_test.go +++ b/eth/tracers/tracers_test.go @@ -307,7 +307,7 @@ func BenchmarkTransactionTrace(b *testing.B) { Time: new(big.Int).SetUint64(uint64(5)), Difficulty: big.NewInt(0xffffffff), GasLimit: gas, - // BaseFee: big.NewInt(8), + BaseFee: big.NewInt(8), } alloc := types.GenesisAlloc{} // The code pushes 'deadbeef' into memory, then the other params, and calls CREATE2, then returns