Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ steps:
machineType: "c2-standard-8"

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

- label: "Compare results"
skip: true # FIXME: Temporarily disabled until mage is on main
key: "go-benchmark-compare"
command: ".buildkite/scripts/run_benchmark.sh compare"
artifact_paths:
Expand Down
Loading