diff --git a/core/vm/instructions_test.go b/core/vm/instructions_test.go index eb5c356a8c..72f561f4bf 100644 --- a/core/vm/instructions_test.go +++ b/core/vm/instructions_test.go @@ -298,7 +298,6 @@ func opBenchmark(bench *testing.B, op executionFunc, args ...string) { op(&pc, evm, scope) stack.pop() } - bench.StopTimer() for i, arg := range args { want := new(uint256.Int).SetBytes(common.Hex2Bytes(arg))