[Bugfix] Fix ITL recording in serving benchmark (#7372)
This commit is contained in:
parent
249b88228d
commit
70d268a399
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user