Skip to content

Commit 250d8e0

Browse files
committed
add debug
1 parent bfcf549 commit 250d8e0

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/run-benchmark.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,17 @@ jobs:
1818
ref: ${{ github.event.pull_request.base.sha }}
1919

2020
- name: Update baseline
21-
run: swift package --allow-writing-to-package-directory benchmark baseline update main --no-progress
21+
run: swift package --allow-writing-to-package-directory benchmark baseline update main --no-progress
22+
- name: Debug baseline
23+
run: |
24+
echo "PWD:"
25+
pwd
26+
27+
echo "Directories:"
28+
find . -type d -name "*benchmark*" -o -name ".benchmarkBaselines"
29+
30+
echo "Files:"
31+
find . -type f -name "results.json"
2232
2333
- name: Upload baseline
2434
uses: actions/upload-artifact@v7
@@ -30,7 +40,6 @@ jobs:
3040
uses: actions/checkout@v7
3141
with:
3242
ref: ${{ github.event.pull_request.head.sha }}
33-
path: current
3443

3544
- name: Download baseline
3645
uses: actions/download-artifact@v8

0 commit comments

Comments
 (0)