| [[Configurations]] |
| Name = "Base" |
| Root = "$ROOT/${BASE}" |
| AfterBuild = [ "benchsize", "benchdwarf" ] |
| GcEnv = ["GOARCH=${BENTARCH}"] |
| |
| [[Configurations]] |
| Name = "Tip" |
| Root = "$ROOT/go-tip/" |
| AfterBuild = [ "benchsize", "benchdwarf" ] |
| GcEnv = ["GOARCH=${BENTARCH}"] |
| RunEnv = ["GOARCH=${BENTARCH}"] |
| |
| [[Configurations]] |
| Name = "Base-prof" |
| Root = "$ROOT/${BASE}" |
| RunWrapper = ["cpuprofile"] |
| GcEnv = ["GOARCH=${BENTARCH}"] |
| RunEnv = ["GOARCH=${BENTARCH}"] |
| Disabled = true |
| |
| [[Configurations]] |
| Name = "Tip-prof" |
| Root = "$ROOT/go-tip/" |
| RunWrapper = ["cpuprofile"] |
| GcEnv = ["GOARCH=${BENTARCH}"] |
| RunEnv = ["GOARCH=${BENTARCH}"] |
| Disabled = true |
| |
| [[Configurations]] |
| Name = "Tip-prof-nopreempt" |
| Root = "$ROOT/go-tip/" |
| RunWrapper = ["cpuprofile"] |
| RunEnv = ["GODEBUG=asyncpreemptoff=1", "GOARCH=${BENTARCH}"] |
| GcEnv = ["GOARCH=${BENTARCH}"] |
| Disabled = true |
| |
| [[Configurations]] |
| Name = "BaseNl" |
| GcFlags = "-N -l" |
| Root = "$ROOT/${BASE}" |
| AfterBuild = [ "benchsize", "benchdwarf" ] |
| GcEnv = ["GOARCH=${BENTARCH}"] |
| RunEnv = ["GOARCH=${BENTARCH}"] |
| Disabled = true |
| |
| [[Configurations]] |
| Name = "TipNl" |
| GcFlags = "-N -l" |
| Root = "$ROOT/go-tip/" |
| AfterBuild = [ "benchsize", "benchdwarf" ] |
| GcEnv = ["GOARCH=${BENTARCH}"] |
| RunEnv = ["GOARCH=${BENTARCH}"] |
| Disabled = true |
| |
| [[Configurations]] |
| Name = "Basel" |
| GcFlags = "-l" |
| Root = "$ROOT/${BASE}" |
| AfterBuild = [ "benchsize", "benchdwarf" ] |
| GcEnv = ["GOARCH=${BENTARCH}"] |
| RunEnv = ["GOARCH=${BENTARCH}"] |
| Disabled = true |
| |
| [[Configurations]] |
| Name = "Tipl" |
| GcFlags = "-l" |
| Root = "$ROOT/go-tip/" |
| AfterBuild = [ "benchsize", "benchdwarf" ] |
| GcEnv = ["GOARCH=${BENTARCH}"] |
| RunEnv = ["GOARCH=${BENTARCH}"] |
| Disabled = true |