Commit 2a1d495
authored
[benchmark] Correct input_tokens accumulation in backend_request_func (#8104)
* Correct input_tokens accumulation in backend_request_func
Fix token accumulation by replacing '+=' with assignment.
* Delete benchmarks/backend_request_func_swe.py1 parent e6f72db commit 2a1d495
2 files changed
Lines changed: 2 additions & 1532 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
857 | 857 | | |
858 | 858 | | |
859 | 859 | | |
860 | | - | |
| 860 | + | |
861 | 861 | | |
862 | 862 | | |
863 | 863 | | |
| |||
971 | 971 | | |
972 | 972 | | |
973 | 973 | | |
974 | | - | |
| 974 | + | |
975 | 975 | | |
976 | 976 | | |
977 | 977 | | |
| |||
0 commit comments