From: Nicholas Clark Date: Tue, 18 Dec 2001 22:51:25 +0000 (+0000) Subject: Re: Benchmark.t failure on Linux X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6793f7e0c97a513d6d275a6fee0899d359159b30;p=p5sagit%2Fp5-mst-13.2.git Re: Benchmark.t failure on Linux Message-ID: <20011218225124.N21702@plum.flirble.org> p4raw-id: //depot/perl@13767 --- diff --git a/lib/Benchmark.t b/lib/Benchmark.t index 22a91bc..25a3478 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,