This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump version to 5.33.5
[perl5.git] / Porting / bench.pl
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2017-10-23 David Mitchellbenchmarks.t: update to handle field changes
2017-10-23 David Mitchellbench.pl: add 'compile' benchmark field
2017-10-23 David Mitchellbench.pl: add 'pre' and 'post' benchmark fields
2017-10-23 David Mitchellbench.pl: make 'desc' default to 'code'
2017-10-23 David Mitchellbench.pl: add checks for bad benchmark files
2017-10-23 David Mitchellbench.pl: display large values as 'Inf'
2017-10-23 David Mitchellbench.pl: allow variable-width data columns
2017-10-23 David Mitchellbench.pl: factor out some common code
2017-10-23 David Mitchellbench.pl: make -v an alias for --verbose
2017-10-23 David Mitchellbench.pl --autolabel: avoid degenerate cases
2017-10-23 David Mitchellbench.pl --compact: display description too
2017-10-23 David Mitchellbench.pl: allow negative column indices
2017-10-23 David Mitchellbench.pl: list valid in 'unrecognised perl' err
2017-06-21 David MitchellPorting/bench.pl: test --fields with 1 field
2017-06-21 David MitchellPorting/bench.pl comments: s/perl_name/perl_label/
2017-06-21 David MitchellPorting/bench.pl: fix up pod
2017-06-21 David MitchellPorting/bench.pl --bisect: output field value
2017-06-21 David MitchellPorting/bench.pl: tweak local vars
2017-06-21 David MitchellPorting/bench.pl: add --autolabel option
2017-06-21 David MitchellPorting/bench.pl: improve 'no such test' err msg
2017-06-21 David MitchellPorting/bench.pl: trivial var changes
2017-06-21 David MitchellPorting/bench.pl: new syntax for perl args and env
2017-06-21 David MitchellPorting/bench.pl ban duplicate labels in multiread
2017-06-21 David MitchellPorting/bench.pl: ban --benchfile under --read
2017-06-21 David MitchellPorting/bench.pl: better handle multiple --read
2017-06-21 David MitchellPorting/bench.pl: only use used sort elems
2017-06-21 David MitchellPorting/bench.pl: remove unneeded sort order calcs
2017-06-21 David MitchellPorting/bench.pl: add $done_read to do_grind()
2017-06-21 David MitchellPorting/bench.pl: add croak tests
2017-06-21 David Mitchellbench.pl re-organise option processing
2017-06-21 David MitchellPorting/bench.pl: fix broken --bisect option
2017-06-21 David MitchellPorting/bench.pl: allow 1 perl under --raw
2017-06-21 David MitchellPorting/bench.pl: don't print usage on err
2017-06-05 David MitchellPorting/bench.pl: typo in error message
2017-06-02 Yves OrtonPorting/bench.pl: allow more than one file to be read...
2017-04-07 David MitchellPorting/bench.pl: fix 'do' without '.' in @INC
2017-04-07 David Mitchellfixup tests under t/ that assumed '.' in @INC
2016-12-07 Yves Ortonbench - fixup some interface issues from allowing two...
2016-12-06 Yves Ortonfixup pod in Porting/bench.pl
2016-12-06 Yves Ortonallow two-step benchmarks with Porting/bench.pl
2016-10-26 David Mitchellbench.pl: fix --sort and --compact options
2016-09-27 David MitchellPorting/bench.pl: explain what PUT means
2016-06-15 Jim CromiePorting/bench.pl --grindargs can be abused, usefully.
2016-06-15 Jim Cromieprovide per-PUT environment
2016-06-15 Jim Cromieadd =+label feature, which appends the label to perl...
2016-06-15 Jim Cromies/@results/@res_puts/ in process_puts
2016-06-15 Jim Cromieadd pod for PUT
2016-06-15 Jim Cromiegrind_print: adjust for labels
2016-06-15 Jim Cromiestore data using unique label, not perl-exe, which...
2016-06-15 Jim CromiePorting/bench.pl: allow per-PUT (perl under test) optio...
2016-06-15 Jim CromiePorting/bench.pl: protect against data loss
2016-06-15 Jim Cromieprep grind-run to accept args from PUTs
2016-06-15 Jim CromiePorting/bench.pl: --verbose assist on tests failure
2016-04-28 Jim Cromietrivial s/or/of/ doc patch
2016-01-04 David MitchellPorting/bench.pl: add --compact option
2016-01-04 David MitchellPorting/bench.pl: preserve test order
2015-02-13 David Mitchellbench.pl: fix doc --sort thinko
2014-12-02 Father Chrysostomosbench.pl: Load IO::File explicitly
2014-12-02 Father Chrysostomosbench.pl: Correct optional = in pod synopsis
2014-12-01 David MitchellPorting/bench.pl: handle perl select with --write
2014-12-01 David Mitchellbench.pl: improve single-field formatting
2014-11-30 Father ChrysostomosWrap long verbatim pod lines in bench.pl
2014-11-29 David Mitchelladd Porting/bench.pl