[Misc] Enhance output readability of helper script (#24214)

Signed-off-by: Weida Hong <wdhongtw@google.com>
This commit is contained in:
Weida Hong
2025-09-04 14:38:26 +08:00
committed by GitHub
parent 57b1ce94f7
commit 12e1e63cc5

View File

@@ -213,7 +213,7 @@ run_benchmark() {
pkill -if vllm
sleep 10
printf '=%.0s' $(seq 1 20)
echo "===================="
return 0
}