Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(mutation testing): sort tests to improve performance #3467

Merged
merged 4 commits into from
Mar 28, 2022

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Mar 28, 2022

Sort tests that need to reload the test environment last. This reduces the total amount of time a test runner process needs to reload, which improves the performance.

See #3462 for more details.

Closes #3462

nicojs added 4 commits March 9, 2022 20:26

Verified

This commit was signed with the committer’s verified signature.
goccy Masaaki Goshima
@nicojs nicojs requested a review from simondel March 28, 2022 10:24
@nicojs nicojs merged commit 47344d3 into master Mar 28, 2022
@nicojs nicojs deleted the feat/sort-static branch March 28, 2022 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Performance improvement: sort static mutants last (when --ignoreStatic is not enabled)
2 participants