Fix bench_serving does not support changing warmup requests (#6439)

This commit is contained in:
fzyzcjy
2025-05-25 22:35:36 -07:00
committed by GitHub
parent 8b33d8df90
commit 2c3a6fe1de
+1
View File
@@ -1618,6 +1618,7 @@ def run_benchmark(args_: argparse.Namespace):
profile=args.profile,
pd_separated=args.pd_separated,
flush_cache=args.flush_cache,
warmup_requests=args.warmup_requests,
)
)