diff --git a/cmd/bench/sweet.go b/cmd/bench/sweet.go index 41e6762..c0375e1 100644 --- a/cmd/bench/sweet.go +++ b/cmd/bench/sweet.go @@ -105,7 +105,7 @@ func sweet(tcs []*toolchain) (err error) { workDir := filepath.Join(tmpDir, "work") cmd = exec.Command( sweetBin, "run", - "-run", "all", + "-run", "default", "-count", "10", "-bench-dir", filepath.Join(sweetRoot, "benchmarks"), "-cache", assetsCacheDir,