free_mutant/lib/mutant/reporter
Markus Schirp f633c8d894 Reduce default processor count to two under CI environments
Most CI implementations like travis / circleci run the builds
containerised. This can lead to the situartion where many more
processors are detected via /proc/cpuinfo and friends than are actually
usable through resource limits enforced by the containerization.
This can result in high resource consumption that might
result in abnormal build termination.

The default can easily be overriden in your CI setup.

* http://fabiokung.com/2014/03/13/memory-inside-linux-containers/
2014-08-11 17:52:53 +00:00
..
cli Cleanup CLI reporter format specs 2014-08-11 14:29:32 +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