[Bugfix] Fix ITL recording in serving benchmark (#7372)

This commit is contained in:
Roger Wang 2024-08-09 10:00:00 -07:00 committed by GitHub
parent 249b88228d
commit 70d268a399
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -276,6 +276,7 @@ async def async_request_openai_completions(
output.ttft = ttft output.ttft = ttft
# Decoding phase # Decoding phase
else:
output.itl.append(timestamp - output.itl.append(timestamp -
most_recent_timestamp) most_recent_timestamp)