From fed9240d1329862ee8ac4637a56a0764425416ec Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Tue, 28 Jan 2025 12:25:00 -0800 Subject: [PATCH] only compile components --- .github/workflows/performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 2f01367ac..1aacea984 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -31,4 +31,4 @@ jobs: uses: CodSpeedHQ/action@v3 with: token: ${{ secrets.CODSPEED_TOKEN }} - run: poetry run pytest benchmarks/ --codspeed + run: poetry run pytest benchmarks/test_benchmark_compile_components.py --codspeed