From 12e1e63cc5565c5926a2d3454d3b31a1ee03f564 Mon Sep 17 00:00:00 2001 From: Weida Hong Date: Thu, 4 Sep 2025 14:38:26 +0800 Subject: [PATCH] [Misc] Enhance output readability of helper script (#24214) Signed-off-by: Weida Hong --- benchmarks/auto_tune/auto_tune.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/auto_tune/auto_tune.sh b/benchmarks/auto_tune/auto_tune.sh index 82c20ffa6554c..d9d0fe4e0ccba 100644 --- a/benchmarks/auto_tune/auto_tune.sh +++ b/benchmarks/auto_tune/auto_tune.sh @@ -213,7 +213,7 @@ run_benchmark() { pkill -if vllm sleep 10 - printf '=%.0s' $(seq 1 20) + echo "====================" return 0 }