Skip to content
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
46 changes: 23 additions & 23 deletions app/gateway/performance/benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,44 +86,44 @@ columns:
rows:
- test: Kong proxy with no plugins
entities: 1 Route, 0 Consumers
rps: 130494.4
p99: 6.23
rps: 130014.2
p99: 6.01
p95: 3.55
- test: Kong proxy with no plugins
entities: 100 Routes, 0 Consumers
rps: 126452.4
p99: 6.14
p95: 3.49
rps: 125803.9
p99: 6.11
p95: 3.51
- test: Rate limit and no auth
entities: 1 Route, 0 Consumers
rps: 112908.6
p99: 7.68
p95: 3.72
rps: 111592.8
p99: 7.91
p95: 3.76
- test: Rate limit and no auth
entities: 100 Routes, 0 Consumers
rps: 108974.7
p99: 7.89
p95: 3.90
rps: 108435.5
p99: 7.85
p95: 3.93
- test: Rate limit and key auth
entities: 1 Route, 1 Consumer
rps: 97469.5
p99: 9.28
p95: 4.81
rps: 97163.6
p99: 9.30
p95: 4.54
- test: Rate limit and key auth
entities: 100 Routes, 100 Consumers
rps: 92899.0
p99: 8.88
p95: 4.73
rps: 92707.1
p99: 9.46
p95: 4.75
- test: Rate limit and basic auth
entities: 1 Route, 1 Consumer
rps: 91163.2
p99: 9.49
p95: 5.07
rps: 90880.8
p99: 9.95
p95: 5.20
- test: Rate limit and basic auth
entities: 100 Routes, 100 Consumers
rps: 86776.7
p99: 9.77
p95: 5.45
rps: 86827.1
p99: 10.09
p95: 5.40
Comment on lines +89 to +126
Copy link

Copilot AI Dec 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title indicates these benchmark results are for version "3.13.0.0-rc.3" but the PR description states they are for "3.13.0.0-rc.4". Please update either the title or description to ensure consistency and clarify which release candidate version these performance results correspond to.

Copilot uses AI. Check for mistakes.
{% endtable %}
{% endnavtab %}

Expand Down
Loading