Currently, when creating a pull request on the zeebe-performance-test there are no tests that are run on the changes applied.
In order to improve test coverage of changes applied we should add tests that are required to pass in order to merge, as we do in other repos.
Suggested Solution
One possible test to add is to create a new benchmark from zeebe main branch and then run the performance test of the current branch on the benchmark.
This would allow us to catch any breaking changes added to the PR.
Description
Currently, when creating a pull request on the
zeebe-performance-test
there are no tests that are run on the changes applied.In order to improve test coverage of changes applied we should add tests that are required to pass in order to merge, as we do in other repos.
Suggested Solution
One possible test to add is to create a new benchmark from
zeebe
main branch and then run the performance test of the current branch on the benchmark. This would allow us to catch any breaking changes added to the PR.