Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
D'oh! kboga++ for spotting off-by-10x error
  • Loading branch information
japhb committed Feb 2, 2013
1 parent 55f801c commit bb173b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microbenchmarks.pl
Expand Up @@ -153,7 +153,7 @@
},
{
name => 'reduce_int_comb_range_1e4',
perl5 => 'use List::Util "reduce"; reduce { $a + $b } map { 0+$_ } map { split "" } 1 .. 1000',
perl5 => 'use List::Util "reduce"; reduce { $a + $b } map { 0+$_ } map { split "" } 1 .. 10000',
perl6 => '[+] (1 .. 10000).comb>>.Int',
nqp => undef,
},
Expand Down

0 comments on commit bb173b9

Please sign in to comment.