X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F99rh_perl_perf_bug.t;h=8bed2d7e5d79642b10cf2bd255ce4714b5b6668e;hb=a997886f200a00268a5967822ff04c7f7fb318c8;hp=4b275fba048e8adc7ebb2a3028ed72a44417c400;hpb=fc0a7ba1f370fdf8190a23ddf8cd9501d9a4d545;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/99rh_perl_perf_bug.t b/t/99rh_perl_perf_bug.t index 4b275fb..8bed2d7 100644 --- a/t/99rh_perl_perf_bug.t +++ b/t/99rh_perl_perf_bug.t @@ -61,11 +61,15 @@ my $ratio = $results->{no_bless}->iters / $results->{bless_overload}->iters; ok( ( $ratio < 2 ), 'Overload/bless performance acceptable' ) || diag( + "\n", "This perl has a substantial slow down when handling large numbers\n", "of blessed/overloaded objects. This can severely adversely affect\n", "the performance of DBIx::Class programs. Please read the section\n", "in the Troubleshooting POD documentation entitled\n", "'Perl Performance Issues on Red Hat Systems'\n", + "As this is an extremely serious condition, the only way to skip\n", + "over this test is to --force the installation, or to edit the test\n", + "file " . __FILE__ . "\n", ); # We will only check for the difference in bless handling (whether the @@ -106,8 +110,12 @@ SKIP: { ok( !_possibly_has_bad_overload_performance(), 'Checking whether bless applies to reference not object' ) || diag( + "\n", "This perl is probably derived from a buggy Red Hat perl build\n", "Please read the section in the Troubleshooting POD documentation\n", "entitled 'Perl Performance Issues on Red Hat Systems'\n", + "As this is an extremely serious condition, the only way to skip\n", + "over this test is to --force the installation, or to edit the test\n", + "file " . __FILE__ . "\n", ); }