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 e9adb3d commit 8a2cb85Copy full SHA for 8a2cb85
.github/workflows/bench.yml
@@ -127,6 +127,13 @@ jobs:
127
ghcide/bench-results/results.*
128
ghcide/bench-results/**/*.csv
129
ghcide/bench-results/**/*.svg
130
- ghcide/bench-results/**/*.eventlog
131
ghcide/bench-results/**/*.eventlog.html
+
132
+ - name: Archive benchmark logs
133
+ uses: actions/upload-artifact@v2
134
+ with:
135
+ name: bench-logs-${{ runner.os }}-${{ matrix.ghc }}
136
+ path: |
137
+ ghcide/bench-results/**/*.log
138
+ ghcide/bench-results/**/*.eventlog
139
ghcide/bench-results/**/*.hp
0 commit comments