Skip to content

Improve performance by running initial test and mutating in parallel #3414

@richardwerkman

Description

@richardwerkman

Is your feature request related to a problem? Please describe.
Stryker is slow..

Describe the solution you'd like
The current workflow has to wait for the initial testrun to finish to start mutating the syntax trees. This could happen in parallel to improve performance on multi threaded systems.

Additional context
On some large projects mutating can take up seconds, just like the initial testrun. By running this in parallel we can save some time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions