Skip to content

Commit

Permalink
archive benchmark logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Feb 20, 2021
1 parent 14713c2 commit 97f5a4a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/bench.yml
Expand Up @@ -127,6 +127,13 @@ jobs:
ghcide/bench-results/results.*
ghcide/bench-results/**/*.csv
ghcide/bench-results/**/*.svg
ghcide/bench-results/**/*.eventlog
ghcide/bench-results/**/*.eventlog.html
- name: Archive benchmark logs
uses: actions/upload-artifact@v2
with:
name: bench-results-${{ runner.os }}-${{ matrix.ghc }}
path: |
ghcide/bench-results/**/*.log
ghcide/bench-results/**/*.eventlog
ghcide/bench-results/**/*.hp

0 comments on commit 97f5a4a

Please sign in to comment.