Compare commits

...

1 Commits

Author SHA1 Message Date
Sydney Runkle
76d3aa08f3 limit benchmark time 2025-06-24 16:00:08 -04:00

View File

@@ -55,8 +55,8 @@ jobs:
run: |
cd ${{ matrix.working-directory }}
if [ "${{ matrix.working-directory }}" = "libs/core" ]; then
uv run --no-sync pytest ./tests/benchmarks --codspeed
uv run --no-sync pytest ./tests/benchmarks --codspeed --codspeed-max-time=5
else
uv run --no-sync pytest ./tests/ --codspeed
uv run --no-sync pytest ./tests/ --codspeed --codspeed-max-time=5
fi
mode: ${{ matrix.mode || 'instrumentation' }}