Skip to content

Commit f39365d

Browse files
authored
[Benchmark] Fix error msg upload in performance benchmark (#1559)
### What this PR does / why we need it? Make sure that None parameters are not passed in for `--error` ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI passed locally Signed-off-by: wangli <wangli858794774@gmail.com>
1 parent 641a4e6 commit f39365d

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
@@ -198,7 +198,7 @@ jobs:
198198
--commit_title "$commit_title" \
199199
--created_at "$commit_time_no_tz" \
200200
--res_dir ./benchmarks/results \
201-
--error $ERROR_MSG \
201+
--error "$ERROR_MSG" \
202202
--extra_feat '{"VLLM_USE_V1": "${{ matrix.vllm_use_v1 }}"}'
203203
rm -rf ./benchmarks/results
204204
cd -

0 commit comments

Comments
 (0)