We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354e903 commit 716aa96Copy full SHA for 716aa96
libcxx/utils/ci/run-buildbot
@@ -547,7 +547,7 @@ benchmark-comparison)
547
LIT_ARGS="-sv -j1 --param optimization=speed libcxx/test/benchmarks/hash.bench.cpp libcxx/test/benchmarks/join_view.bench.cpp"
548
549
if [[ "${GITHUB_BASE_REF}" != "" ]]; then # triggered from a PR
550
- baseline_commit=$(git merge-base ${GITHUB_BASE_REF} ${GITHUB_SHA})
+ baseline_commit=$(git merge-base refs/heads/${GITHUB_BASE_REF} ${GITHUB_SHA})
551
else
552
baseline_commit=$(git merge-base main HEAD)
553
fi
0 commit comments