mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-29 19:39:52 -05:00
/go/performance/utils/benchmark_runner/doltgres.go: remove commentted out code
This commit is contained in:
@@ -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, ", "))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user