Revision: 1336
Author: [email protected]
Date: Thu Jul 15 08:27:15 2010
Log: Tweak max allowed cputime.
re http://www.cpantesters.org/cpan/report/aa06dfea-8f19-11df-a1aa-55996e8696e0

http://code.google.com/p/perl-devel-nytprof/source/detail?r=1336

Modified:
 /trunk/t/61-cputime.t

=======================================
--- /trunk/t/61-cputime.t       Thu Mar 11 09:06:47 2010
+++ /trunk/t/61-cputime.t       Thu Jul 15 08:27:15 2010
@@ -39,7 +39,7 @@
         ok $sub;
         is $sub->calls, 1, 'main::foo should be called 1 time';
cmp_ok $sub->incl_time, '>=', 0.4 * 0.99, 'cputime of foo() should be at least 0.4'; - cmp_ok $sub->incl_time, '<', 1.0, 'cputime of foo() should be not much more than 0.4'; + cmp_ok $sub->incl_time, '<', 1.1, 'cputime of foo() should be not much more than 0.4'; is $sub->incl_time, $sub->excl_time, 'incl_time and excl_time should be the same';
     },
 });

--
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]

Reply via email to