Author: tim.bunce
Date: Tue Jun 23 13:07:18 2009
New Revision: 779
Modified:
trunk/t/lib/NYTProfTest.pm
Log:
This one's a little harder to explain, but I'm happy enough to assume that
it's
reasonable behaviour for the three select(..., 0.2) calls to actually delay
by
0.546s in total:
http://www.nntp.perl.org/group/perl.cpan.testers/2009/06/msg4230206.html
Modified: trunk/t/lib/NYTProfTest.pm
==============================================================================
--- trunk/t/lib/NYTProfTest.pm (original)
+++ trunk/t/lib/NYTProfTest.pm Tue Jun 23 13:07:18 2009
@@ -353,8 +353,10 @@
# if it was slower than expected then we're very generous, to allow for
# slow systems, e.g. cpan-testers running in cpu-starved virtual
machines.
+ # e.g.,
http://www.nntp.perl.org/group/perl.cpan.testers/2009/06/msg4227689.html
my $max_time_overrun_percentage = ($ENV{AUTOMATED_TESTING}) ? 400 :
200;
- my $max_time_underrun_percentage = 95;
+ # e.g.,
http://www.nntp.perl.org/group/perl.cpan.testers/2009/06/msg4230206.html
+ my $max_time_underrun_percentage = 90;
my @accuracy_errors;
$index = 0;
--~--~---------~--~----~------------~-------~--~----~
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.
Group hosted at: http://groups.google.com/group/develnytprof-dev
Project hosted at: http://perl-devel-nytprof.googlecode.com
CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf
To post, email: [email protected]
To unsubscribe, email: [email protected]
-~----------~----~----~----~------~----~------~--~---