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 8d99f72 commit 170cbe6Copy full SHA for 170cbe6
.github/workflows/bench.yml
@@ -60,6 +60,12 @@ jobs:
60
(cd pr && . ./mfc.sh load -c p -m g)
61
(cd pr && ./mfc.sh bench_diff ../master/bench-${{ matrix.device }}.yaml ../pr/bench-${{ matrix.device }}.yaml)
62
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
+
69
- name: Archive Logs
70
uses: actions/upload-artifact@v4
71
if: always()
0 commit comments