free_mutant/lib/mutant/reporter/cli
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
..
format.rb Cleanup CLI reporter format specs 2014-08-11 14:29:32 +00:00
printer.rb Use threads for parallelization 2014-09-24 16:24:22 +00:00
tput.rb Simplify tput detection 2014-08-11 13:52:36 +00:00