Minor bugfix on benchmark serving (#1005)

This commit is contained in:
Roger Wang
2024-08-10 02:53:50 +10:00
committed by GitHub
parent b568df5d03
commit 05c50a82b8
+1
View File
@@ -195,6 +195,7 @@ async def async_request_openai_completions(
output.ttft = ttft output.ttft = ttft
# Decoding phase # Decoding phase
else:
output.itl.append(timestamp - most_recent_timestamp) output.itl.append(timestamp - most_recent_timestamp)
most_recent_timestamp = timestamp most_recent_timestamp = timestamp