chore(infra): limit codspeed to benchmark tests (#36658)

limit codspeed to benchmark tests folder only
This commit is contained in:
Eugene Yurtsev
2026-04-10 12:02:49 -04:00
committed by GitHub
parent 9ee4617fba
commit 9f232caa7a

View File

@@ -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 }}