diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-13 19:50:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-13 19:50:23 +0000 |
commit | c29923ffebde8eaa9919005d3d7a2afd2de55d50 (patch) | |
tree | 7a3ac717513c1dd93c3c7c41e913d958d4ac5a81 /INSTALL | |
parent | d2876be5b271f570ff7582f2abd26166bc9d3060 (diff) | |
download | perl-c29923ffebde8eaa9919005d3d7a2afd2de55d50.tar.gz |
Mention some of the load-affected tests.
p4raw-id: //depot/perl@14247
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1927,11 +1927,12 @@ external program. =item Timing problems -Several tests in the test suite check timing functions, such as sleep(), -and see if they return in a reasonable amount of time. If your system is -quite busy and doesn't return quickly enough, these tests might fail. -If possible, try running the tests again with the system under a -lighter load. +Several tests in the test suite check timing functions, such as +sleep(), and see if they return in a reasonable amount of time. +If your system is quite busy and doesn't return quickly enough, +these tests might fail. If possible, try running the tests again with +the system under a lighter load. These tests include F<t/op/alarm.t>, +F<ext/Time/HiRes/HiRes.t>, and F<lib/Benchmark.t>. =item Out of memory |