Skip to content

Commit

Permalink
:broom
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd committed Jan 19, 2024
1 parent a538af4 commit cc8eb8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
run: poetry install --all-extras

- name: Run benchmarks
uses: CodSpeedHQ/action@v1
uses: CodSpeedHQ/action@v2
with:
run: "poetry run pytest tests/benchmarks/ --codspeed"
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ clean:
rm -rf `find . -name __pycache__`
rm -rf .cache
rm -rf .pytest_cache
rm -rf .benchmarks
rm -rf *.egg-info
rm -rf .ruff_cache
rm -f .coverage

0 comments on commit cc8eb8d

Please sign in to comment.