diff --git a/python/sglang/bench_serving.py b/python/sglang/bench_serving.py index 793a1ab2f..cf782ea25 100644 --- a/python/sglang/bench_serving.py +++ b/python/sglang/bench_serving.py @@ -2099,6 +2099,7 @@ async def benchmark( "request_throughput": metrics.request_throughput, "input_throughput": metrics.input_throughput, "output_throughput": metrics.output_throughput, + "total_throughput": metrics.total_throughput, "mean_e2e_latency_ms": metrics.mean_e2e_latency_ms, "median_e2e_latency_ms": metrics.median_e2e_latency_ms, "std_e2e_latency_ms": metrics.std_e2e_latency_ms,