diff options
author | Nicholas Clark <nick@ccl4.org> | 2001-12-18 22:51:25 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-18 22:13:14 +0000 |
commit | 6793f7e0c97a513d6d275a6fee0899d359159b30 (patch) | |
tree | 5d8e4e6cadbad8c89464133b102d21e7acee9f30 /lib/Benchmark.t | |
parent | 87a750c3268299c48b98faa2da2808955887ff8c (diff) | |
download | perl-6793f7e0c97a513d6d275a6fee0899d359159b30.tar.gz |
Re: Benchmark.t failure on Linux
Message-ID: <20011218225124.N21702@plum.flirble.org>
p4raw-id: //depot/perl@13767
Diffstat (limited to 'lib/Benchmark.t')
-rw-r--r-- | lib/Benchmark.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Benchmark.t b/lib/Benchmark.t index 22a91bc3f8..25a3478c1b 100644 --- a/lib/Benchmark.t +++ b/lib/Benchmark.t @@ -281,7 +281,7 @@ sub check_graph_consistency { pass ("slow rate is less than fast rate"); ok ($slowfast < 0 && $slowfast > -100, "slowfast should be less than zero, and > -100"); - ok ($fastslow > 100, "fastslow should be > 100") || + ok ($fastslow > 0, "fastslow should be > 0") || print STDERR "# fastslow $fastslow\n"; } else { is ($slowrate, $fastrate, |