-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Description
Pitest takes a significant amount of time to execute in the CI, there are ways in which this time can be improved. Fast feedback form CI will be important in long run and will be super important for this summer's project.
The CDG Accelerator Plugin or the JUnit 5 Accelerator Plugin claims to improves mutation test performance by reducing the overhead in running tests that use a limited set of JUnit Jupiter features. Tests that use only these features will run more quickly, tests that use features outside this set will be executed as normal.
See https://docs.arcmutate.com/docs/accelerator.html#eligible-tests section for the eligible tests.
A license needs to be acquired in order to use the plugin, it is free for open-source projects.
See https://www.arcmutate.com/pricing/ for more details.