We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fddcf commit d542b78Copy full SHA for d542b78
.buildkite/pipeline.yml
@@ -43,7 +43,6 @@ steps:
43
machineType: "c2-standard-8"
44
45
- label: "Run go benchmark for ${BUILDKITE_PULL_REQUEST_BASE_BRANCH}"
46
- skip: true # FIXME: Temporarily disabled until mage is on main
47
key: "go-benchmark-base"
48
command: ".buildkite/scripts/run_benchmark.sh base"
49
env:
@@ -56,7 +55,6 @@ steps:
56
55
57
58
- label: "Compare results"
59
60
key: "go-benchmark-compare"
61
command: ".buildkite/scripts/run_benchmark.sh compare"
62
artifact_paths:
0 commit comments