Skip to content

Commit 8a2cb85

Browse files
committed
archive benchmark logs
1 parent e9adb3d commit 8a2cb85

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/bench.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@ jobs:
127127
ghcide/bench-results/results.*
128128
ghcide/bench-results/**/*.csv
129129
ghcide/bench-results/**/*.svg
130-
ghcide/bench-results/**/*.eventlog
131130
ghcide/bench-results/**/*.eventlog.html
131+
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
132139
ghcide/bench-results/**/*.hp

0 commit comments

Comments
 (0)