[CI] Hotfix on benchmark results path (#1076)
### What this PR does / why we need it? Fix benchmark results path ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI passed Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
2
.github/workflows/nightly_benchmarks.yaml
vendored
2
.github/workflows/nightly_benchmarks.yaml
vendored
@@ -179,7 +179,6 @@ jobs:
|
||||
echo "------------------------"
|
||||
cd /github/home
|
||||
bash benchmarks/scripts/run-performance-benchmarks.sh
|
||||
cd -
|
||||
# send the result to es
|
||||
if [[ "${{ github.event_name }}" != "pull request" ]]; then
|
||||
escli add --vllm_branch ${{ matrix.vllm_branch }} \
|
||||
@@ -190,4 +189,5 @@ jobs:
|
||||
--res_dir ./benchmarks/results
|
||||
rm -rf ./benchmarks/results
|
||||
fi
|
||||
cd -
|
||||
done < commit_log.txt
|
||||
|
||||
Reference in New Issue
Block a user