Skip to content

Commit c39df5e

Browse files
Reenable benchmark steps (#4984) (#4986)
(cherry picked from commit 7d0db56) Co-authored-by: Michel Laterman <82832767+michel-laterman@users.noreply.github.com>
1 parent 23fddcf commit c39df5e

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
@@ -43,7 +43,6 @@ steps:
4343
machineType: "c2-standard-8"
4444

4545
- label: "Run go benchmark for ${BUILDKITE_PULL_REQUEST_BASE_BRANCH}"
46-
skip: true # FIXME: Temporarily disabled until mage is on main
4746
key: "go-benchmark-base"
4847
command: ".buildkite/scripts/run_benchmark.sh base"
4948
env:
@@ -56,7 +55,6 @@ steps:
5655
machineType: "c2-standard-8"
5756

5857
- label: "Compare results"
59-
skip: true # FIXME: Temporarily disabled until mage is on main
6058
key: "go-benchmark-compare"
6159
command: ".buildkite/scripts/run_benchmark.sh compare"
6260
artifact_paths:

0 commit comments

Comments
 (0)