Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix scaling parameters for divide-and-conquer test
  • Loading branch information
Geoffrey Broadwell committed Nov 1, 2014
1 parent 8e2d9f9 commit 3e2d044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions minibenchmarks.pl
Expand Up @@ -111,6 +111,8 @@
skip => [qw( )],
tags => [qw( stress threads )],
scale => 0,
scaling => 'linear',
work => sub { 1 << $_[0] },
expected => "1\n",
perl5 => undef,
perl6 => [qw( BENCH/perl6/divide-and-conquer SCALE )],
Expand Down

0 comments on commit 3e2d044

Please sign in to comment.