From cb6ccc694cc45f7ef0e1cc8008c2f9d5cf1e2e0f Mon Sep 17 00:00:00 2001 From: Alexsander Hamir Date: Sat, 10 Jan 2026 16:27:21 -0800 Subject: [PATCH] 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). --- docs/my-website/release_notes/v1.80.14/index.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/my-website/release_notes/v1.80.14/index.md b/docs/my-website/release_notes/v1.80.14/index.md index 43342d984a5..22d55adf72f 100644 --- a/docs/my-website/release_notes/v1.80.14/index.md +++ b/docs/my-website/release_notes/v1.80.14/index.md @@ -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