I've got a nice collection of test scripts, just using Test::More and Test::Exception, split into 20-odd directories, about 3-4 files in each.

when i run prove, i see these last lines when running them just a few minutes apart...

All tests successful. Files=95, Tests=3264, 90 wallclock secs ( 4.04 usr 0.13 sys + 75.52 c +usr 4.66 csys = 84.35 CPU) All tests successful. Files=95, Tests=3284, 90 wallclock secs ( 4.03 usr 0.14 sys + 75.59 c +usr 4.64 csys = 84.40 CPU) All tests successful. Files=95, Tests=3304, 89 wallclock secs ( 4.11 usr 0.14 sys + 76.06 c +usr 4.42 csys = 84.73 CPU)

Interesting to see the number of tests gradually increase!

any ideas, thoughts, suggestions?


In reply to proving see's more tests the more i run by Cagao

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.