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 14713c2 commit 97f5a4aCopy full SHA for 97f5a4a
.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-results-${{ runner.os }}-${{ matrix.ghc }}
136
+ path: |
137
+ ghcide/bench-results/**/*.log
138
+ ghcide/bench-results/**/*.eventlog
139
ghcide/bench-results/**/*.hp
0 commit comments