Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update performance-testing.md for 3.9 rc5 #8261

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions app/_src/gateway/production/performance/performance-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ The performance tests cover a number of baseline configurations and common use c

| Test type | Number of routes/consumers | Requests per second (RPS) | P99 (ms) | P95 (ms) |
| --------------------------- | --------------------------- | ------------------------- | -------- | -------- |
| Kong proxy with no plugins | 1 route, 0 consumers | 134948.9 | 6.70 | 3.69 |
| Kong proxy with no plugins | 100 routes, 0 consumers | 129677.9 | 7.14 | 3.82 |
| Rate limit and no auth | 1 route, 0 consumers | 115275.9 | 8.67 | 3.73 |
| Rate limit and no auth | 100 routes, 0 consumers | 110413.4 | 8.71 | 4.08 |
| Rate limit and key auth | 1 route, 1 consumer | 101666.2 | 9.21 | 4.56 |
| Rate limit and key auth | 100 routes, 100 consumers | 95309.1 | 9.67 | 4.78 |
| Rate limit and basic auth | 1 route, 1 consumer | 93643.6 | 10.72 | 5.32 |
| Rate limit and basic auth | 100 routes, 100 consumers | 88175.0 | 10.09 | 5.35 |
| Kong proxy with no plugins | 1 route, 0 consumers | 134940.8 | 6.79 | 3.70 |
| Kong proxy with no plugins | 100 routes, 0 consumers | 130779.5 | 7.08 | 3.79 |
| Rate limit and no auth | 1 route, 0 consumers | 115281.4 | 8.38 | 3.87 |
| Rate limit and no auth | 100 routes, 0 consumers | 111324.6 | 8.57 | 3.83 |
| Rate limit and key auth | 1 route, 1 consumer | 101822.8 | 9.09 | 4.46 |
| Rate limit and key auth | 100 routes, 100 consumers | 96237.6 | 10.27 | 4.69 |
| Rate limit and basic auth | 1 route, 1 consumer | 94680.2 | 9.58 | 5.04 |
| Rate limit and basic auth | 100 routes, 100 consumers | 89378.4 | 10.20 | 5.37 |
{% endif_version %}


Expand Down
Loading