fmelinscak/cognibench

Extend sciunit.TestSuite to implement testing with multiprocessing

eozd opened this issue · 0 comments

eozd commented

Feature Description

Testing many models against many testcases is a perfectly parallelizable task. We can offer an n_jobs parameter in this hypothetical test suite class to enable parallel testing, thus achieving significant speedups. This would also be a precursor to an ultimate distributed test suite class that may perform each of the tasks on a different node.