diff --git a/tests/vm-runtime-benchmark/vm-runtime-bench.go b/tests/vm-runtime-benchmark/vm-runtime-bench.go index bf1be518eb..9f974d91f7 100644 --- a/tests/vm-runtime-benchmark/vm-runtime-bench.go +++ b/tests/vm-runtime-benchmark/vm-runtime-bench.go @@ -154,7 +154,6 @@ func BenchmarkBytecodeExecutionNonModyfing(b *testing.B) { } func runBenchmark(samples int) { - if csv { fmt.Println("SampleId, ops, ns/op, mem allocs/op, mem bytes/op") } else {