Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of git@github.com:rakudo/rakudo
  • Loading branch information
pmichaud committed Jun 2, 2009
2 parents 50f15ae + fc01cda commit c907d37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/benchmark.pl
Expand Up @@ -60,6 +60,12 @@
$x + $y;
$x - $y;
}
},
# This one tests posfix:<++> performance.
"07 - postfix:<++> 10,000 times" => q{
my $i = 0;
while $i < 10000 { $i++ }
}
);
Expand Down

0 comments on commit c907d37

Please sign in to comment.