avoid splitting repo tests into too small parts around -J16
authorJoey Hess <joeyh@joeyh.name>
Mon, 7 Nov 2022 18:44:51 +0000 (14:44 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 7 Nov 2022 18:44:51 +0000 (14:44 -0400)
commit4f6c6114fb487b5f84aa7e6922786b0e19806525
tree6cca9526842f674647c4b81431e8c805a34fbb37
parent5e6cb47bd8c91d32d4ecc55027311cdcdcae0d10
avoid splitting repo tests into too small parts around -J16

The initTests have to be run once per part, and a point of diminishing
returns can be reached where more work is being done to set up for 1 or
2 tests than to run them.

This is better than a hard cap of -J8 or so, because it lets other
things than these particular tests still be parallelized at -J16.

Sponsored-by: Dartmouth College's Datalad project
Test.hs
doc/bugs/conflict_resolution___40____63____41___test_stalls_on_an_occasion/comment_2_e7da4a54b27f459d528a7651fd615913._comment [new file with mode: 0644]