operator-framework / operator-framework/java-operator-sdk
Performance Tests
Open
@adam-sandor is already working on this.
Since Mar 23, 2023.
- Dominant language
- Java
- Stars
- 944
- Forks
- 242
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 43
Description
We should aim to make implement tests that resembles real life usage:
- trigger reconciliation with multiple event sources
- multiple resources - actually we might run it multiple times with different number of resources
Would be nice to also compare the output with the output from main, GitHub Actions support outputs in some form:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Not sure if this can be used for this purpose.
Also would be to should a table in the PR discussions, this is now supported nicely with GitHub (just cannot find the docs)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.