mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
small cleanup
This commit is contained in:
parent
21f7bc79ae
commit
04593bb71a
1 changed files with 0 additions and 2 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue