From d6dad8ebd1f809b4aba84b01ac5d63a86f041a5e Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Sun, 15 Mar 2026 17:05:44 +0100 Subject: [PATCH] Revert "Disable pytest-xdist for CodSpeed benchmark runs" This reverts commit 56da070f2a74854bd34c010da644d59aba3edf62. --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 5207cfb7..792a87c6 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -31,4 +31,4 @@ jobs: uses: CodSpeedHQ/action@281164b0f014a4e7badd2c02cecad9b595b70537 # v4 with: mode: instrumentation - run: uv run pytest tests/benchmarks/ --codspeed -n 0 + run: uv run pytest tests/benchmarks/ --codspeed