mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-17 16:39:52 +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 }}
|
token: ${{ secrets.CODSPEED_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
cd ${{ inputs.working-directory }}
|
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
|
mode: walltime
|
||||||
|
Loading…
Reference in New Issue
Block a user