Skip to content

Commit

Permalink
⬆️ update codspeed benchmarking (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd authored Jan 30, 2025
1 parent eba7a8a commit 7e2f14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
Benchmarks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down Expand Up @@ -43,6 +43,6 @@ jobs:
# - run: rm tests/__init__.py

- name: Run CodSpeed benchmarks
uses: CodSpeedHQ/action@v2
uses: CodSpeedHQ/action@v3
with:
run: pytest tests/benchmarks/ --codspeed

0 comments on commit 7e2f14a

Please sign in to comment.