You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: