Try fixing pg
This commit is contained in:
parent
8893e3cf27
commit
8ae368ec09
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ func noMoreThanTwoTimesWorse(old, new *benchstat.Metrics) (float64, error) {
|
|||
func compareToBaseline(testPkg, privateRepo string, run []byte) error {
|
||||
var buf bytes.Buffer
|
||||
|
||||
goTest := exec.Command("go", "test", "-tags", "private,solution", "-bench=.", testPkg)
|
||||
goTest := exec.Command("go", "test", "-tags", "private,solution", "-bench=.", "-run=^$", testPkg)
|
||||
goTest.Dir = privateRepo
|
||||
goTest.Stdout = &buf
|
||||
goTest.Stderr = os.Stderr
|
||||
|
|
Loading…
Reference in a new issue