Skip to content

Commit b4cb0ee

Browse files
authored
[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>
1 parent fd136e6 commit b4cb0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_benchmarks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ jobs:
179179
echo "------------------------"
180180
cd /github/home
181181
bash benchmarks/scripts/run-performance-benchmarks.sh
182-
cd -
183182
# send the result to es
184183
if [[ "${{ github.event_name }}" != "pull request" ]]; then
185184
escli add --vllm_branch ${{ matrix.vllm_branch }} \
@@ -190,4 +189,5 @@ jobs:
190189
--res_dir ./benchmarks/results
191190
rm -rf ./benchmarks/results
192191
fi
192+
cd -
193193
done < commit_log.txt

0 commit comments

Comments
 (0)