Parallelize testing #64
Labels
chore
Work to reduce technical debt and improve the health of Muter's codebase, release process, and DX
performance
Work which reduces the time or memory it takes for Muter to produce a report
Muter should run tests in parallel to make the overall test run faster. Maybe we only do this if the testing scheme we are using has the "parallelize tests" option enabled, to make it opt-in. Care should be taken when collecting the results at the end to make sure it is done in a thread-safe way.
The text was updated successfully, but these errors were encountered: