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 c6daeb5 commit db8c2e2Copy full SHA for db8c2e2
.github/workflows/bench.yml
@@ -47,12 +47,12 @@ jobs:
47
- name: Display results
48
shell: bash
49
run: |
50
- column -s, -t < bench-results/results.csv | tee bench-results/results.txt
+ column -s, -t < ghcide/bench-results/results.csv | tee ghcide/bench-results/results.txt
51
52
- name: Archive benchmarking artifacts
53
uses: actions/upload-artifact@v2
54
with:
55
name: bench-results-${{ runner.os }}-${{ matrix.ghc }}
56
path: |
57
- bench-results/results.*
58
- bench-results/**/*.svg
+ ghcide/bench-results/results.*
+ ghcide/bench-results/**/*.svg
0 commit comments