You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: .github/workflows/perf.yml
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -116,13 +116,19 @@ jobs:
116
116
#
117
117
# Create report
118
118
#
119
+
- name: "Checkout head code"
120
+
uses: actions/checkout@v3
121
+
with:
122
+
repository: ${{ env.HEAD_REPO }}
123
+
ref: ${{ env.HEAD_SHA }}
124
+
path: ${{ env.HEAD_DIR }}
119
125
- name: Generate report
120
126
run: |
121
-
script/ci-perf-report-md \
122
-
${{ env.BASE_MASSIF_OUT }} \
127
+
${{ env.HEAD_DIR }}/script/ci-perf-report-md \
128
+
${{ env.HEAD_DIR${{ env.BASE_MASSIF_OUT }} \
123
129
${{ env.HEAD_MASSIF_OUT }} \
124
130
'Comparing base ${{ env.BASE_REPO }}@${{ env.BASE_SHA }} with head ${{ env.HEAD_REPO }}@${{ env.HEAD_SHA }} on `${{ env.TEST_SRC }}` in ${{ env.TEST_REPO }}@${{ env.TEST_REF }}.' \
0 commit comments