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

This commit is contained in:
fzyzcjy
2025-05-26 13:35:36 +08:00
committed by GitHub
parent 8b33d8df90
commit 2c3a6fe1de

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,
)
)