Skip to content

Commit 98699c6

Browse files
committed
fix benchmark
1 parent df7f31a commit 98699c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Run Benchmark
101101
run: |
102-
uv run --group benchmark pytest .github/workflows/tests/benchmarks.py --benchmark-only --benchmark-columns 'min, max, mean, median' --benchmark-json output.json
102+
uv run --group benchmark --isolated pytest .github/workflows/tests/benchmarks.py --benchmark-only --benchmark-columns 'min, max, mean, median' --benchmark-json output.json
103103
104104
- name: Store and benchmark result
105105
uses: benchmark-action/github-action-benchmark@v1

0 commit comments

Comments
 (0)