zeebe-io / zeebe-performance-test

1 stars 0 forks source link

Add CI tests to zeebe-performance-test repo #17

Open rodrigo-lourenco-lopes opened 1 year ago

rodrigo-lourenco-lopes commented 1 year ago

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.