Skip to content

Commit 163416c

Browse files
committed
docs fix
1 parent 6cf1806 commit 163416c

File tree

1 file changed

+2
-0
lines changed
  • docs/my-website/release_notes/v1.77.5-stable

1 file changed

+2
-0
lines changed

docs/my-website/release_notes/v1.77.5-stable/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ pip install litellm==1.77.5
6161

6262
<Image img={require('../../img/release_notes/perf_77_5.png')} style={{ width: '800px', height: 'auto' }} />
6363

64+
<br/>
65+
6466
Throughput increased by 54% (1,040 → 1,602 RPS, aggregated) per instance while maintaining a 40 ms median overhead. The improvement comes from fixing major O(n²) inefficiencies in the router, primarily caused by repeated use of in statements inside loops over large arrays. Tests were run with a database-only setup (no cache hits). As a result, p95 latency improved by 30% (2,700 → 1,900 ms), enhancing overall stability and scalability under heavy load.
6567

6668
#### Test Setup

0 commit comments

Comments
 (0)