Skip to content
Closed
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
5 changes: 5 additions & 0 deletions .gitlab/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,11 @@ microbenchmarks:
exit 1
fi
- cd platform
# Detect baseline branch from the repo default branch. This bypasses
# github-find-merge-into-branch inside bp-runner, which depends on a GitHub App
# that may be unavailable (incident-51987). Other tracers (Go, Cpp, PHP) use the
# same pattern — detect baseline themselves rather than relying on the shared tool.
- export MANUAL_BASELINE_BRANCH=$(git -C "$CI_PROJECT_DIR" remote show origin | sed -n 's/.*HEAD branch: //p')
- bp-runner bp-runner.yml --debug
artifacts:
name: "artifacts"
Expand Down
Loading