From b4cb0eecb669f4c8ff54153acb2cb38f5ca9e08a Mon Sep 17 00:00:00 2001 From: Li Wang Date: Thu, 5 Jun 2025 12:53:46 +0800 Subject: [PATCH] [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 --- .github/workflows/nightly_benchmarks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly_benchmarks.yaml b/.github/workflows/nightly_benchmarks.yaml index 7e3d17f..da4dbcc 100644 --- a/.github/workflows/nightly_benchmarks.yaml +++ b/.github/workflows/nightly_benchmarks.yaml @@ -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