mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
docs: remove redundant statistics from benchmark results
Remove Total Requests, Successful Requests, Failed Requests, Success Rate, and Error Rate to focus on key performance metrics (time and latency).
This commit is contained in:
parent
d998e98628
commit
cb6ccc694c
1 changed files with 0 additions and 10 deletions
|
|
@ -71,11 +71,6 @@ LiteLLM now sends 2.5× more requests to LLM providers by replacing sequential i
|
|||
============================================================
|
||||
Fake LLM Provier Stats (When called by LiteLLM)
|
||||
============================================================
|
||||
Total Requests: 6000
|
||||
Successful Requests: 6000
|
||||
Failed Requests: 0
|
||||
Success Rate: 100.00%
|
||||
Error Rate: 0.00%
|
||||
Total Time: 0.56s
|
||||
Requests/Second: 10746.68
|
||||
|
||||
|
|
@ -98,11 +93,6 @@ Status Codes:
|
|||
============================================================
|
||||
Fake LLM Provier Stats (When called by LiteLLM)
|
||||
============================================================
|
||||
Total Requests: 6000
|
||||
Successful Requests: 6000
|
||||
Failed Requests: 0
|
||||
Success Rate: 100.00%
|
||||
Error Rate: 0.00%
|
||||
Total Time: 1.42s
|
||||
Requests/Second: 4224.49
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue