diff --git a/core/types/transaction_test.go b/core/types/transaction_test.go index a999eff77f..8922448d97 100644 --- a/core/types/transaction_test.go +++ b/core/types/transaction_test.go @@ -593,6 +593,3 @@ func BenchmarkHash(b *testing.B) { signer.Hash(tx) } } - -// BenchmarkHash-8 440082 2639 ns/op 384 B/op 13 allocs/op -// BenchmarkHash-8 493566 2033 ns/op 240 B/op 6 allocs/op