On 9/10/07, Eric Wilhelm <[EMAIL PROTECTED]> wrote: > As of TAP::Harness r465, the --jobs switch to prove enables > parallelization of your test suite. > > http://svn.hexten.net/tapx/trunk > http://scratchcomputing.com/svn/TAP-Harness-Parallel/trunk > > Note that your test suite may or may not play nicely with that. Have > you ever run them in parallel before? ;-) Assuming common tempfiles > and such really rains on the parade. Other than that, we're talking > 40% less waiting.
Will this make it easier to parallelize tests in the perl core? There the issue isnt so much running the tests in a single module directory simultaneously but rather running the tests in different test directories simultaneously. Yves -- perl -Mre=debug -e "/just|another|perl|hacker/"
