summaryrefslogtreecommitdiff
path: root/lib/Benchmark.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-02-08 02:57:30 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-08 02:57:30 +0000
commit2d684b7a4761469da36a1269159635371b372f53 (patch)
treeec7afca315b47b827cdf201a310cbc7a8ae0fa7e /lib/Benchmark.t
parentbb7cd144522bb29ef145d3533b366a1934b911ea (diff)
downloadperl-2d684b7a4761469da36a1269159635371b372f53.tar.gz
More diagnostics from Nicholas Clark.
p4raw-id: //depot/perl@14592
Diffstat (limited to 'lib/Benchmark.t')
-rw-r--r--lib/Benchmark.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Benchmark.t b/lib/Benchmark.t
index dddce3dcb3..503463329e 100644
--- a/lib/Benchmark.t
+++ b/lib/Benchmark.t
@@ -280,7 +280,8 @@ sub check_graph_consistency {
if ($slowrate < $fastrate) {
pass ("slow rate is less than fast rate");
ok ($slowfast < 0 && $slowfast > -100,
- "slowfast should be less than zero, and > -100");
+ "slowfast should be less than zero, and > -100") ||
+ print STDERR "# slowfast $slowfast\n";
ok ($fastslow > 0, "fastslow should be > 0") ||
print STDERR "# fastslow $fastslow\n";
} else {