From 04593bb71a6219a8560dd8e593709962339900b8 Mon Sep 17 00:00:00 2001 From: lmittmann Date: Wed, 7 Feb 2024 20:38:08 +0100 Subject: [PATCH] small cleanup --- core/vm/analysis_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/vm/analysis_test.go b/core/vm/analysis_test.go index 73ce8feb7b..f34cb98666 100644 --- a/core/vm/analysis_test.go +++ b/core/vm/analysis_test.go @@ -72,7 +72,6 @@ func BenchmarkJumpdestAnalysis_1200k(bench *testing.B) { for i := 0; i < bench.N; i++ { codeBitmap(code) } - bench.StopTimer() } func BenchmarkJumpdestAnalysis_rand(b *testing.B) { @@ -110,7 +109,6 @@ func BenchmarkJumpdestHashing_1200k(bench *testing.B) { for i := 0; i < bench.N; i++ { crypto.Keccak256Hash(code) } - bench.StopTimer() } func BenchmarkJumpdestOpAnalysis(bench *testing.B) {