schedule regular performance tests - pipelines #1204
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
Pipeline controller sometimes cause
performance
issues. It's not easy to identify whether a code change is introducing any delay. With such a wide code base and so many moving pieces, the contributors unknowingly can introduce a bottleneck. We discover such issues when they are reported by the users, such as:tektoncd/pipeline#3521
tektoncd/pipeline#5420
While troubleshooting these issues, we often have no idea how much time did a unit/integration test took with the last release or a couple of past releases. It will be great if we can start running a performance test nightly or on a certain cadence such that we can capture these numbers in future and graph them when needed.
/kind feature
The text was updated successfully, but these errors were encountered: