Commit 66017f5
authored
Bug fixes (#173)
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.py1 parent 6fff1bf commit 66017f5
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
| 406 | + | |
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
816 | 816 | | |
817 | 817 | | |
818 | 818 | | |
819 | | - | |
| 819 | + | |
820 | 820 | | |
821 | 821 | | |
822 | 822 | | |
| |||
0 commit comments