[654] Integrated parallel testing into Test::Harness.
Andy Armstrong
n at rciss.us
Mon Oct 1 18:50:27 BST 2007
On 1 Oct 2007, at 18:47, Ovid wrote:
>> On 1 Oct 2007, at 17:31, andy at hexten.net wrote:
>>> Integrated parallel testing into Test::Harness.
>>> Good news: it works
>>> Bad news: it's not very fast on CPU intensive tests
>
> Multi-core machines should gain a benefit from parallel CPU intensive
> tests, yes?
Yes - but you need more than two cores to show much gain. We're
already making pretty complete use of two cores in single process
mode (one CPU for us, one for the test script).
Multiplexing the input isn't nearly as fast as the fork based
experiment in branches/paa - but the fork based version is very hard
to wire up to an output formatter.
--
Andy Armstrong, Hexten
More information about the tapx-dev
mailing list