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

Parallel mutation testing #13

Open
zimmski opened this issue Jan 3, 2015 · 0 comments · May be fixed by #91
Open

Parallel mutation testing #13

zimmski opened this issue Jan 3, 2015 · 0 comments · May be fixed by #91

Comments

@zimmski
Copy link
Owner

zimmski commented Jan 3, 2015

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant