From cc8eb8d2debb8df990c677839fcfbb67da0004df Mon Sep 17 00:00:00 2001 From: jvdd Date: Fri, 19 Jan 2024 21:16:48 +0100 Subject: [PATCH] :broom --- .github/workflows/codspeed.yml | 2 +- Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index d34cd40a..695cdaa4 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -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" diff --git a/Makefile b/Makefile index 10bbfd2e..714fbfd2 100644 --- a/Makefile +++ b/Makefile @@ -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