I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2011-01-07 12:05:07.359337-08 by mcdave
Advice for using Test::Harness in performance testing?

I have a test plan that does a sequence of steps, building on each other. I wrap each one in an "ok" statement, so I get a nice statement at the end about the total time used in the process. I don't see a way to get it to tell me how many milliseconds each individual test took, though.

I understand it would work fine if I used separate test files for each little piece, but then I don't see how to pass the results from one to the next.

Thanks for your help,

dave

Direct Responses: Write a response