Skip to content

Commit

Permalink
ci: Relax benchmark failure threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 15, 2024
1 parent bc5f6d8 commit 94d512c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
env:
BENCHMARK_SAVE: 1
run: pytest --benchmark-save=libcove --benchmark-only
- run: pytest --benchmark-only --benchmark-compare=0001 --benchmark-compare-fail=median:0.001
- run: pytest --benchmark-only --benchmark-compare=0001 --benchmark-compare-fail=mean:1%
- uses: coverallsapp/github-action@v2

0 comments on commit 94d512c

Please sign in to comment.