Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit bb1225b

Browse files
author
Hendrik van Antwerpen
committed
Link to test tree
1 parent a76bc0c commit bb1225b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/perf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/cache@v3
6060
with:
6161
path: ${{ env.BASE_MASSIF_OUT }}
62-
key: ${{ runner.os }}-${{ env.BASE_REPO }}@${{ env.BASE_SHA}}-${{ env.TEST_REPO }}@${{ env.TEST_REF }}/${{ env.TEST_SRC }}
62+
key: ${{ runner.os }}-${{ env.BASE_REPO }}@${{ env.BASE_SHA }}-${{ env.TEST_REPO }}@${{ env.TEST_REF }}/${{ env.TEST_SRC }}
6363
- name: "Checkout base code"
6464
if: steps.cache-base-result.outputs.cache-hit != 'true'
6565
uses: actions/checkout@v3
@@ -127,7 +127,7 @@ jobs:
127127
${{ env.HEAD_DIR }}/script/ci-perf-summary-md \
128128
${{ env.BASE_MASSIF_OUT }} \
129129
${{ env.HEAD_MASSIF_OUT }} \
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 }}. For details see [workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) artifacts.' \
130+
'Comparing base ${{ env.BASE_REPO }}@${{ env.BASE_SHA }} with head ${{ env.HEAD_REPO }}@${{ env.HEAD_SHA }} on [${{ env.TEST_REPO }}@${{ env.TEST_REF }}](${{ github.server_url }}/${{ env.TEST_REPO }}/tree/${{ env.TEST_REF }}). For details see [workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) artifacts.' \
131131
| ${{ env.HEAD_DIR }}/script/ci-comment-json > ${{ env.COMMENT_JSON }}
132132
- name: Upload reports
133133
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)