Skip to content

Commit 170cbe6

Browse files
authored
Update bench.yml
1 parent 8d99f72 commit 170cbe6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/bench.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ jobs:
6060
(cd pr && . ./mfc.sh load -c p -m g)
6161
(cd pr && ./mfc.sh bench_diff ../master/bench-${{ matrix.device }}.yaml ../pr/bench-${{ matrix.device }}.yaml)
6262
63+
- name: Print Logs
64+
if: always()
65+
run: |
66+
cat pr/bench-${{ matrix.device }}.* 2>/dev/null || true
67+
cat master/bench-${{ matrix.device }}.* 2>/dev/null || true
68+
6369
- name: Archive Logs
6470
uses: actions/upload-artifact@v4
6571
if: always()

0 commit comments

Comments
 (0)