-
Notifications
You must be signed in to change notification settings - Fork 929
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
[Stress Testing] - Design and document an approach for maintaining performance tests #4128
Comments
In a past life I was using asv for this https://github.com/airspeed-velocity/asv/ |
My proposal for the performance test setup:
Tagging for opinions @noklam @merelcht @lrcouto @ElenaKhaustova @DimedS |
I like the idea of triggering the workflows with a PR comment. I'd make it do it automatically for releases. I also like the idea of using github pages to visualize the results. My only concern is if it would be cumbersome to mantain, since it'd be several separate repos. |
The tests are now triggered as a Github Action job: Wiki: https://github.com/kedro-org/kedro/wiki/The-Performance-Testing-Setup |
Description
Design and document an approach for maintaining performance tests to ensure their effectiveness and reliability over time
Tasks
The scope of the ticket include:
performance_xxxx_xxxx
, if the branch name contains a keyword, that will trigger an additional performance CI automatically.As a long term goal, It would be really nice to keep a benchmark table like this, so when developer working on individual feature, they can easily compare the result and know if the PR has caused performance issue.
The text was updated successfully, but these errors were encountered: