Ovid wrote:
> If you have slow test suites, you might want to give it a spin and see
> if it helps.  Essentially, it concatenates tests together and runs them
> in one process.  Thus, you load Perl only once and load all modules
> only once.

Yuck.

Why not just load Perl once and fork for the execution of each test
script.  You can pre-load modules before you fork.

Sam.

Reply via email to