Skip to content

Commit

Permalink
Bump the margin of performance test to pass on i386
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Aug 2, 2019
1 parent 971d4bf commit 193d4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/08-performance/99-misc.t
Expand Up @@ -33,6 +33,6 @@ plan 4 - $skip;
unless $skip { # https://github.com/rakudo/rakudo/issues/1740
my $t-plain = { (^∞).grep(*.is-prime)[1000]; now - ENTER now }();
my $t-hyper = { (^∞).hyper.grep(*.is-prime)[1000]; now - ENTER now }();
cmp-ok $t-hyper, '', $t-plain*5,
cmp-ok $t-hyper, '', $t-plain*10,
'hypered .grep .is-prime is not hugely slower than plain grep';
}

0 comments on commit 193d4dc

Please sign in to comment.