/go/performance/utils/benchmark_runner/doltgres.go: remove commentted out code

This commit is contained in:
coffeegoddd
2024-11-18 10:45:57 -08:00
parent a280d6f012
commit 849e8d4287
@@ -164,11 +164,6 @@ func (b *doltgresBenchmarkerImpl) Benchmark(ctx context.Context) (results Result
}
}
//err = server.Stop()
//if err != nil {
// return
//}
if len(testsFailed) > 0 {
fmt.Printf("Failed test files that were skipped: %s\n", strings.Join(testsFailed, ", "))
}