We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2727b commit 39199a4Copy full SHA for 39199a4
src/qa/cmd/run/run.go
@@ -77,7 +77,7 @@ func Main(env *cmd.Env, args []string) error {
77
evalAfterFork := flags.String("eval-after-fork", "", "Execute the given code after a work forks, but before work begins")
78
sampleStack := flags.Bool("sample-stack", false, "Enable stack sampling")
79
80
- warmup := flags.Bool("warmup", true, "Try to warm up various worker caches")
+ warmup := flags.Bool("warmup", false, "Use a variety of experimental heuristics to warm up worker caches")
81
82
err := flags.Parse(args)
83
if err != nil {
0 commit comments