Skip to content

Commit

Permalink
ci(tests): add codspeed benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Aug 9, 2024
1 parent 860f83e commit e079a44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
with:
name: coverage-reports
path: ./coverage.xml
- name: Run benchmarks
uses: CodSpeedHQ/action@v2
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: pytest --codspeed tests/

codecov-upload:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e079a44

Please sign in to comment.