Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed Jun 5, 2024
1 parent 8314929 commit e6b064d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
--csv benchmarks/${{ matrix.os }}_${{ matrix.ghc.vers }}_ci.csv
--svg benchmarks/${{ matrix.os }}_${{ matrix.ghc.vers }}_ci.svg
--baseline benchmarks/baseline_${{ matrix.os }}_${{ matrix.ghc.vers }}_ci.csv
--fail-if-slower 50
--fail-if-faster 50'
--fail-if-slower 1
--fail-if-faster 1'
- uses: actions/upload-artifact@v3
if: ${{ failure() && steps.bench.conclusion == 'failure' }}
with:
Expand Down

0 comments on commit e6b064d

Please sign in to comment.