]> git.cworth.org Git - notmuch/commitdiff
tests: run all tests in parallel, if available
authorJameson Graef Rollins <jrollins@finestructure.net>
Sat, 4 May 2019 20:57:43 +0000 (20:57 +0000)
committerDavid Bremner <david@tethera.net>
Tue, 7 May 2019 09:54:09 +0000 (06:54 -0300)
If either the moreutils or GNU parallel utility are available, run all
tests in parallel.  On my eight core machine this makes for a ~x7
speed-up in the full test suite (1m24s -> 12s).

The design of the test suite makes this parallelization trivial.


No differences found