[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:
Li Wang
2025-06-05 12:53:46 +08:00
committed by GitHub
parent fd136e6762
commit b4cb0eecb6

View File

@@ -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