[HiCache] Remove duplicate benchmark result fields (#38097)

This commit is contained in:
Charles xu
2026-09-14 17:56:26 -07:00
committed by GitHub
parent 07e1918924
commit fc4193a63c
-8
View File
@@ -619,14 +619,6 @@ async def benchmark(
"std_itl_ms": metrics.std_itl_ms,
"p99_itl_ms": metrics.p99_itl_ms,
"concurrency": metrics.concurrency,
"input_throughput": metrics.input_throughput,
"output_throughput": metrics.output_throughput,
"fixed_output_len": args.fixed_output_len,
"random_input_len": args.random_input_len,
"random_output_len": args.random_output_len,
"random_range_ratio": args.random_range_ratio,
"duration": benchmark_duration,
"completed": metrics.completed,
}
else:
print(f"Error running benchmark for request rate: {request_rate}")