blob: 125f424d7ea41e920061e2667532b52c9caf9d31 [file] [log] [blame]
[[Configurations]]
Name = "Control"
RunEnv = ["GOGC=100"]
RunFlags = ["-test.short"]
Root = "$HOME/work/go/"
# RunWrapper = ["foo"] # Optional command wrapper
# Disabled = true # Don't run this configuration
[[Configurations]]
Name = "Test"
# GcFlags = "-d=ssa/insert_resched_checks/off"
# GCEnv = ["GOEXPERIMENT=something"]
RunEnv = ["GOGC=100"]
RunFlags = ["-test.short"]
Root = "$HOME/work/go-dev/"