Skip to content

Commit a0e4a1d

Browse files
committed
debug
1 parent f822260 commit a0e4a1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
env:
1313
UV_FROZEN: true
1414
UV_PYTHON: 3.13
15+
CODSPEED_LOG: debug
16+
RUST_LOG: debug
1517

1618
jobs:
1719
benchmarks:
@@ -63,4 +65,4 @@ jobs:
6365
with:
6466
run: |
6567
ls -l .venv/lib
66-
uv run pytest tests/benchmarks/ --codspeed
68+
uv --verbose run pytest tests/benchmarks/ --codspeed

0 commit comments

Comments
 (0)