diff --git a/.github/workflows/codespeed.yml b/.github/workflows/codespeed.yml index 3846a2d..2fdc426 100644 --- a/.github/workflows/codespeed.yml +++ b/.github/workflows/codespeed.yml @@ -30,7 +30,7 @@ jobs: uses: CodSpeedHQ/action@v3 with: run: | - uv run pytest --codspeed --benchmark-warmup=off --benchmark-warmup-iterations=10 --benchmark-min-rounds=2 -v tests/test_perf.py + uv run pytest --codspeed --benchmark-warmup=off --benchmark-warmup-iterations=10 --benchmark-min-rounds=5 -v tests/test_perf.py - name: Minimize uv cache run: uv cache prune --ci