Re: performance testing with Test::

2009-08-25 Thread Jim Cromie
On Thu, Aug 20, 2009 at 1:21 PM, Michael G Schwern wrote: > Jim Cromie wrote: > > What's notable in its absence is any *real* use of perl-dist's tests. > > I dug into the code, and found that this works. > > > > $> HARNESS_TIMER=1 make test > > ext/threads/t/end

Re: performance testing with Test::

2009-08-20 Thread Michael G Schwern
Jim Cromie wrote: > What's notable in its absence is any *real* use of perl-dist's tests. > I dug into the code, and found that this works. > > $> HARNESS_TIMER=1 make test > ext/threads/t/end.ok 60 ms > ext/threads/t/err...

performance testing with Test::

2009-08-18 Thread Jim Cromie
I was pondering a perl-core todo-item =head2 A decent benchmark C seems impervious to any recent changes made to the perl core. It would be useful to have a reasonable general benchmarking suite that roughly represented what current perl programs do, and measurably reported whether tweaks to the