Skip to content

Commit 2d3504d

Browse files
committed
cmd/bench: run the default set of sweet benchmarks, not all of them
We've retired two benchmarks, the biogo benchmarks, from the default set. Make sure they don't get run as part of the perf builder. Change-Id: I19f9fa81e7901e8de65b1839f978a965336fef7d Reviewed-on: https://go-review.googlesource.com/c/benchmarks/+/615417 Reviewed-by: Michael Pratt <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 7f91281 commit 2d3504d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/bench/sweet.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func sweet(tcs []*toolchain) (err error) {
105105
workDir := filepath.Join(tmpDir, "work")
106106
cmd = exec.Command(
107107
sweetBin, "run",
108-
"-run", "all",
108+
"-run", "default",
109109
"-count", "10",
110110
"-bench-dir", filepath.Join(sweetRoot, "benchmarks"),
111111
"-cache", assetsCacheDir,

0 commit comments

Comments
 (0)