mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-26 09:53:41 +00:00
chore(infra): limit codspeed to benchmark tests (#36658)
limit codspeed to benchmark tests folder only
This commit is contained in:
2
.github/workflows/codspeed.yml
vendored
2
.github/workflows/codspeed.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user