Define an official performance validation suite for etcd
#16,467 opened on 2023/08/24
Repository metrics
- Stars
- (51,701 個のスター)
- PR merge metrics
- (平均マージ 6d 3h) (30d で 71 merged PRs)
説明
What would you like to be added?
The current performance validation process for etcd relies heavily on the Kubernetes scalability tests. While this approach has been valuable we need to create an official performance validation for etcd that is maintained within the project and therefore more accessible and integrated into regular project activity.
In my mind this will include developing a comprehensive suite of performance tests that cover various real-world usage scenarios. Integrating these tests into some form of on demand or scheduled etcd ci pipeline and making this accessible to work undertaken, for example ensure a pull request proposing upgrading a golang version can be validated for any performance regressions.
With this issue I would like to capture recent discussion in https://github.com/etcd-io/etcd/pull/16463#discussion_r1302775997 and the intent that we progress creating an independent and dedicated performance validation mechanism for etcd and ensure we do not lose sight of this work. We can use this issue to track any ideas and further conversation before starting any work.
References:
- https://github.com/kubernetes/community/tree/master/sig-scalability
- https://etcd.io/docs/v3.6/benchmarks/etcd-3-demo-benchmarks/
- https://etcd.io/docs/v3.4/op-guide/performance/
- https://github.com/etcd-io/etcd/pull/15060
- https://github.com/etcd-io/etcd/pull/16394
Why is this needed?
- Reduce reliance on external testing suites that are less accessible.
- Establish an official project perspective on performance.
- Create the mechanism to track and drive future performance improvements.
- Reduce cognitive burden for future etcd contributors and maintainers