mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-19 04:06:13 +00:00
fix codspeed command
This commit is contained in:
6
.github/workflows/codspeed.yml
vendored
6
.github/workflows/codspeed.yml
vendored
@@ -49,5 +49,9 @@ jobs:
|
||||
token: ${{ secrets.CODSPEED_TOKEN }}
|
||||
run: |
|
||||
cd ${{ inputs.working-directory }}
|
||||
uv run --no-sync pytest ./tests/benchmarks --codspeed
|
||||
if [ "${{ inputs.working-directory }}" = "libs/core" ]; then
|
||||
uv run --no-sync pytest ./tests/benchmarks --codspeed
|
||||
else
|
||||
uv run --no-sync pytest ./tests/ --codspeed
|
||||
fi
|
||||
mode: walltime
|
||||
|
||||
Reference in New Issue
Block a user