In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/e34630bf0be590532e13cc73d3fc205d0586636a?hp=2ed1f60872d6a523432151bf9b766463083779d7>
- Log ----------------------------------------------------------------- commit e34630bf0be590532e13cc73d3fc205d0586636a Author: Jim Cromie <[email protected]> Date: Wed Apr 27 06:22:22 2016 -0600 trivial s/or/of/ doc patch ----------------------------------------------------------------------- Summary of changes: Porting/bench.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Porting/bench.pl b/Porting/bench.pl index f2fcf12..94732fe 100755 --- a/Porting/bench.pl +++ b/Porting/bench.pl @@ -30,7 +30,7 @@ perl executables and show how much each test has gotten better or worse. It is modelled on the F<perlbench> tool, but since it measures instruction reads etc., rather than timings, it is much more precise and reproducible. -It is also considerably faster, and is capable or running tests in +It is also considerably faster, and is capable of running tests in parallel (with C<-j>). Rather than displaying a single relative percentage per test/perl combination, it displays values for 13 different measurements, such as instruction reads, conditional branch misses etc. -- Perl5 Master Repository
