benchmark工具适配SGLang框架 (#4607)

* benchmark工具适配SGLang框架

* benchmark工具适配SGLang框架

* benchmark工具适配SGLang框架
This commit is contained in:
ophilia-lee
2025-10-27 18:52:56 +08:00
committed by GitHub
parent c91c5040c4
commit 70aa7423f8
3 changed files with 17 additions and 13 deletions

View File

@@ -635,7 +635,7 @@ def benchmark_metrics(
goodput_config_dict = check_goodput_args(args)
metrics, actual_output_lens = calculate_metrics(
input_requests=input_requests,
# input_requests=input_requests,
outputs=outputs,
dur_s=benchmark_duration,
selected_percentiles=selected_percentiles,