free_mutant/lib/mutant/reporter
Markus Schirp 75c6d73966 Use threads for parallelization
* The parallelization runner almost immediately calls a fork and gets
  blocked on waitpid() releasing the GIL.
* Threads have lower resource usage than processes
* There is a chance mutant will get faster on smaller machines and might
  scale better on bigger.
2014-09-24 16:24:22 +00:00
..
cli Use threads for parallelization 2014-09-24 16:24:22 +00:00
cli.rb Reduce default processor count to two under CI environments 2014-08-11 17:52:53 +00:00
null.rb Reduce duplication in and between trace/null reporters 2014-08-11 13:50:48 +00:00
trace.rb Reduce duplication in and between trace/null reporters 2014-08-11 13:50:48 +00:00