summaryrefslogtreecommitdiff
path: root/lib/Benchmark.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Benchmark.t')
-rw-r--r--lib/Benchmark.t2
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,