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 3b1cf9c commit 8361255Copy full SHA for 8361255
.github/workflows/bench.yml
@@ -151,7 +151,8 @@ jobs:
151
path: benchmark-artifacts.tar.gz
152
153
- name: tar benchmarking logs
154
- run: find bench-results -name "*.log" -or -name "*.eventlog" -or -name "*.hp" | xargs tar -czf benchmark-logs.tar.gz
+ # We dont' store the eventlogs because the CI workers risk running out of disk space
155
+ run: find bench-results -name "*.log" -or -name "*.hp" | xargs tar -czf benchmark-logs.tar.gz
156
157
- name: Archive benchmark logs
158
uses: actions/upload-artifact@v3
0 commit comments