small cleanup

This commit is contained in:
lmittmann 2024-02-07 20:38:08 +01:00
parent 21f7bc79ae
commit 04593bb71a

View file

@ -72,7 +72,6 @@ func BenchmarkJumpdestAnalysis_1200k(bench *testing.B) {
for i := 0; i < bench.N; i++ { for i := 0; i < bench.N; i++ {
codeBitmap(code) codeBitmap(code)
} }
bench.StopTimer()
} }
func BenchmarkJumpdestAnalysis_rand(b *testing.B) { func BenchmarkJumpdestAnalysis_rand(b *testing.B) {
@ -110,7 +109,6 @@ func BenchmarkJumpdestHashing_1200k(bench *testing.B) {
for i := 0; i < bench.N; i++ { for i := 0; i < bench.N; i++ {
crypto.Keccak256Hash(code) crypto.Keccak256Hash(code)
} }
bench.StopTimer()
} }
func BenchmarkJumpdestOpAnalysis(bench *testing.B) { func BenchmarkJumpdestOpAnalysis(bench *testing.B) {