We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19a790 commit a223df9Copy full SHA for a223df9
1 file changed
benchmarks/benchmark_serving.py
@@ -590,6 +590,10 @@ def main(args: argparse.Namespace):
590
)
591
print("Warm up done")
592
593
+ # TODO: Replace this with warmup complete signal once supported.
594
+ # Wait for server completely warmup before running the benchmark.
595
+ time.sleep(5)
596
+
597
benchmark_result, request_outputs = asyncio.run(
598
benchmark(
599
api_url=api_url,
0 commit comments