diff options
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 b7d4e7c203..1b8d4b4975 100644 --- a/lib/Benchmark.t +++ b/lib/Benchmark.t @@ -155,7 +155,7 @@ $in_onesec_adj *= (1/$cpu1); # adjust because may not have run for exactly 1s print "# in_onesec_adj=$in_onesec_adj adjusted iterations\n"; SKIP: { - skip(1, "INCONSISTENT CLOCK") if $INCONSISTENT_CLOCK; + skip("INCONSISTENT CLOCK", 1) if $INCONSISTENT_CLOCK; ok(cmp_delta($in_onesec_adj, $estimate, $DELTA), "is $in_onesec_adj within $DELTA of estimate ($estimate)?") |