-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add performance regression test #1152
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
Comments
Hi, it looks like we can run And do the same nightly with some large repo like k8s. |
So, we can split benches in two categories:
I think both should be run twice (version with and without PR changes) to avoid any noise. Not sure about (1), but they are integrated in go tooling and have much faster feedback cycle. Also we can automate (2) on big opensource repo, something like |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
We should check that MR will not significantly regress linter performance, like:
Currently I'm using fully-codegenerated kubernetes repo for manual regression tests,
something like that:
I want to automate this in some way. Probably, some benchmarks?
The text was updated successfully, but these errors were encountered: