You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current solution is to sequentially test one mutation after another. This is extremely inefficient since most of the time is spend in the execution command. A parallel solution is needed.
Make it possible to define a "worker amount" via the binary
Make the generation of the mutations concurrent (no need to add workers here since the mutation generation is not the bottleneck)
Create a version of simple.sh which runs tests in a temporary folder -> isolate the test execution
The text was updated successfully, but these errors were encountered:
The current solution is to sequentially test one mutation after another. This is extremely inefficient since most of the time is spend in the execution command. A parallel solution is needed.
The text was updated successfully, but these errors were encountered: