mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-17 08:29:28 +00:00
fix codspeed command
This commit is contained in:
parent
b895a18e6d
commit
d896b05255
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
|
||||
|
Loading…
Reference in New Issue
Block a user