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

chore: Remove performance testing framework from 3.5 #6452

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
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
4 changes: 0 additions & 4 deletions app/_data/docs_nav_gateway_3.5.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ items:
url: /how-kong-works/load-balancing
- text: Health Checks and Circuit Breakers
url: /how-kong-works/health-checks
- text: Kong Performance Testing
url: /how-kong-works/performance-testing
- text: Glossary
url: /glossary

Expand Down Expand Up @@ -566,8 +564,6 @@ items:
url: /reference/cli
- text: Key Management
url: /reference/key-management
- text: Performance Testing Framework
url: /reference/performance-testing-framework
- text: Router Expressions Language
url: /reference/router-expressions-language
- text: Rate Limiting Library
Expand Down
5 changes: 4 additions & 1 deletion app/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
# 3.5
/gateway/latest/kong-enterprise/analytics/* /gateway/3.4.x/kong-enterprise/analytics/:splat
/gateway/latest/kong-enterprise/dev-portal/* /gateway/3.4.x/kong-enterprise/dev-portal/:splat

/gateway/latest/how-kong-works/performance-testing/ /gateway/3.4.x/how-kong-works/performance-testing/
/gateway/3.5.x/how-kong-works/performance-testing/ /gateway/3.4.x/how-kong-works/performance-testing/
/gateway/latest/reference/performance-testing-framework/ /gateway/3.4.x/reference/performance-testing-framework/
/gateway/3.5.x/reference/performance-testing-framework/ /gateway/3.4.x/reference/performance-testing-framework/

# 3.4

Expand Down
3 changes: 3 additions & 0 deletions app/_src/gateway/how-kong-works/performance-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: Kong Gateway Performance Testing
content_type: explanation
---

{:.important}
> **Note**: As of {{site.base_gateway}} 3.5.x, this feature has been deprecated. It is not supported past 3.4.x.

The {{site.base_gateway}} codebase includes a performance testing framework. It allows Kong developers and users to evaluate the performance of Kong itself as well as
bundled or custom plugins, and plot frame graphs to debug performance bottlenecks.
The framework collects RPS (request per second) and latencies of Kong processing the request
Expand Down
3 changes: 3 additions & 0 deletions app/_src/gateway/reference/performance-testing-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ badge: oss
content_type: reference
---

{:.important}
> **Note**: As of {{site.base_gateway}} 3.5.x, this feature has been deprecated. It is not supported past 3.4.x.

### perf.use_defaults()

*syntax: perf.use_defaults()*
Expand Down