Skip to content

Commit 7d0db56

Browse files
Reenable benchmark steps (#4984)
1 parent 9e8b301 commit 7d0db56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ steps:
5858
machineType: "c2-standard-8"
5959

6060
- label: "Run go benchmark for ${BUILDKITE_PULL_REQUEST_BASE_BRANCH}"
61-
skip: true # FIXME: Temporarily disabled until mage is on main
6261
key: "go-benchmark-base"
6362
command: ".buildkite/scripts/run_benchmark.sh base"
6463
env:
@@ -71,7 +70,6 @@ steps:
7170
machineType: "c2-standard-8"
7271

7372
- label: "Compare results"
74-
skip: true # FIXME: Temporarily disabled until mage is on main
7573
key: "go-benchmark-compare"
7674
command: ".buildkite/scripts/run_benchmark.sh compare"
7775
artifact_paths:

0 commit comments

Comments
 (0)