-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Performance testing in PRs #8033
Comments
It doesn't look complicated. However, we need consider the results reporting and persistence. Maybe test-infra already has some feasible solutions. |
I am interested but i commented in thread on slack that I have some idea about https://locust.io but no idea of k6.io or js (k6.io uses js) |
I tried k6 and it didn't seem to be difficult. Need to design a suitable test plan. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
/lifecycle frozen |
/remove-help |
k6 implemented by me and used by @strongjz already |
/close |
@longwuyuan: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We need a conformance test that can provide us information like “amount of requests, time taken, errors” for our PRs so we can know how improved or degraded our performance was.
Imo there’s no need to know how to code here but mostly we need to establish:
set of important tests (like single http, long running http, tls, 100 simultaneous connections, etc)
Who’s up to doing that? Required knowledge/opportunity to learn:
Suggested approach:
Using k6 + https://k6.io/blog/load-testing-using-github-actions/
/help
/triage accepted
/priority important-soon
/kind feature
The text was updated successfully, but these errors were encountered: