You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR fixes two small bugs.
- Double counting of prompt tokens in the calculation of total
tokens_per_second
- The warmup percent was not working when using max duration (worked for
max requests). Traced this to a - which should have been a + in
benchmark/aggregator.py
0 commit comments