mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
lint fix
This commit is contained in:
parent
e374cb5a12
commit
359bda81be
1 changed files with 0 additions and 1 deletions
|
|
@ -154,7 +154,6 @@ func BenchmarkBytecodeExecutionNonModyfing(b *testing.B) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func runBenchmark(samples int) {
|
func runBenchmark(samples int) {
|
||||||
|
|
||||||
if csv {
|
if csv {
|
||||||
fmt.Println("SampleId, ops, ns/op, mem allocs/op, mem bytes/op")
|
fmt.Println("SampleId, ops, ns/op, mem allocs/op, mem bytes/op")
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue