blob: 2a9d978ab44fe462d337314dd8ba2a32c7a58506 [file] [log] [blame]
[[Configurations]]
Name = "Resched"
GcFlags = "-d=ssa/insert_resched_checks/on"
RunEnv = ["GOGC=100"]
RunFlags = ["-test.short"]
Root = "$HOME/go/"
# RunWrapper = ["foo"] # Optional command wrapper
# Disabled = true # Don't run this configuration
[[Configurations]]
Name = "NoResched"
GcFlags = "-d=ssa/insert_resched_checks/off"
RunEnv = ["GOGC=100"]
RunFlags = ["-test.short"]
Root = "$HOME/go/"