Skip to content

Include CDG Accelerator Plugin to boost pitest performance #11727

@Vyom-Yadav

Description

@Vyom-Yadav

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions