From da1e2e9b52e376b92af9f947d7b9fa72688a3577 Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Tue, 28 Jan 2025 14:14:45 -0800 Subject: [PATCH] test sort --- .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 1aacea984..e41b4823b 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/test_benchmark_compile_components.py --codspeed + run: poetry run pytest benchmarks/test_sort.py --codspeed