From 9f232caa7a8fe1ca042a401942d5d90d54ceb1a6 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Fri, 10 Apr 2026 12:02:49 -0400 Subject: [PATCH] chore(infra): limit codspeed to benchmark tests (#36658) limit codspeed to benchmark tests folder only --- .github/workflows/codspeed.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 5fe422f8a95..291e574722c 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -79,7 +79,5 @@ jobs: cd ${{ matrix.job-configs.working-directory }} if [ "${{ matrix.job-configs.working-directory }}" = "libs/core" ] || [ "${{ matrix.job-configs.working-directory }}" = "libs/langchain_v1" ]; then uv run --no-sync pytest ./tests/benchmarks --codspeed - else - uv run --no-sync pytest ./tests/unit_tests/ -m benchmark --codspeed fi mode: ${{ matrix.job-configs.codspeed-mode }}