summaryrefslogtreecommitdiff
path: root/Porting/bench.pl
Commit message (Expand)AuthorAgeFilesLines
* Porting/bench.pl: test --fields with 1 fieldDavid Mitchell2017-06-211-1/+1
* Porting/bench.pl comments: s/perl_name/perl_label/David Mitchell2017-06-211-9/+9
* Porting/bench.pl: fix up podDavid Mitchell2017-06-211-82/+23
* Porting/bench.pl --bisect: output field valueDavid Mitchell2017-06-211-0/+2
* Porting/bench.pl: tweak local varsDavid Mitchell2017-06-211-4/+3
* Porting/bench.pl: add --autolabel optionDavid Mitchell2017-06-211-4/+95
* Porting/bench.pl: improve 'no such test' err msgDavid Mitchell2017-06-211-3/+11
* Porting/bench.pl: trivial var changesDavid Mitchell2017-06-211-4/+4
* Porting/bench.pl: new syntax for perl args and envDavid Mitchell2017-06-211-34/+97
* Porting/bench.pl ban duplicate labels in multireadDavid Mitchell2017-06-211-3/+18
* Porting/bench.pl: ban --benchfile under --readDavid Mitchell2017-06-211-4/+7
* Porting/bench.pl: better handle multiple --readDavid Mitchell2017-06-211-11/+48
* Porting/bench.pl: only use used sort elemsDavid Mitchell2017-06-211-0/+3
* Porting/bench.pl: remove unneeded sort order calcsDavid Mitchell2017-06-211-6/+0
* Porting/bench.pl: add $done_read to do_grind()David Mitchell2017-06-211-3/+4
* Porting/bench.pl: add croak testsDavid Mitchell2017-06-211-3/+6
* bench.pl re-organise option processingDavid Mitchell2017-06-211-156/+247
* Porting/bench.pl: fix broken --bisect optionDavid Mitchell2017-06-211-2/+2
* Porting/bench.pl: allow 1 perl under --rawDavid Mitchell2017-06-211-1/+1
* Porting/bench.pl: don't print usage on errDavid Mitchell2017-06-211-2/+2
* Porting/bench.pl: typo in error messageDavid Mitchell2017-06-051-1/+1
* Porting/bench.pl: allow more than one file to be read at a goYves Orton2017-06-021-11/+34
* Porting/bench.pl: fix 'do' without '.' in @INCDavid Mitchell2017-04-071-1/+5
* fixup tests under t/ that assumed '.' in @INCDavid Mitchell2017-04-071-2/+4
* bench - fixup some interface issues from allowing two step benchmarksYves Orton2016-12-071-3/+14
* fixup pod in Porting/bench.plYves Orton2016-12-071-2/+2
* allow two-step benchmarks with Porting/bench.plYves Orton2016-12-061-43/+42
* bench.pl: fix --sort and --compact optionsDavid Mitchell2016-10-261-2/+2
* Porting/bench.pl: explain what PUT meansDavid Mitchell2016-09-271-3/+4
* Porting/bench.pl --grindargs can be abused, usefully.Jim Cromie2016-06-151-1/+64
* provide per-PUT environmentJim Cromie2016-06-151-5/+13
* add =+label feature, which appends the label to perl-nameJim Cromie2016-06-151-0/+1
* s/@results/@res_puts/ in process_putsJim Cromie2016-06-151-5/+9
* add pod for PUTJim Cromie2016-06-151-3/+8
* grind_print: adjust for labelsJim Cromie2016-06-151-5/+6
* store data using unique label, not perl-exe, which may be used 2xJim Cromie2016-06-151-2/+2
* Porting/bench.pl: allow per-PUT (perl under test) options and modulesJim Cromie2016-06-151-8/+16
* Porting/bench.pl: protect against data lossJim Cromie2016-06-151-0/+3
* prep grind-run to accept args from PUTsJim Cromie2016-06-151-2/+2
* Porting/bench.pl: --verbose assist on tests failureJim Cromie2016-06-151-1/+3
* trivial s/or/of/ doc patchJim Cromie2016-04-281-1/+1
* Porting/bench.pl: add --compact optionDavid Mitchell2016-01-041-26/+128
* Porting/bench.pl: preserve test orderDavid Mitchell2016-01-041-11/+23
* bench.pl: fix doc --sort thinkoDavid Mitchell2015-02-131-2/+2
* bench.pl: Load IO::File explicitlyFather Chrysostomos2014-12-011-0/+1
* bench.pl: Correct optional = in pod synopsisFather Chrysostomos2014-12-011-1/+1
* Porting/bench.pl: handle perl select with --writeDavid Mitchell2014-12-011-8/+12
* bench.pl: improve single-field formattingDavid Mitchell2014-12-011-2/+7
* Wrap long verbatim pod lines in bench.plFather Chrysostomos2014-11-291-3/+6
* add Porting/bench.plDavid Mitchell2014-11-291-0/+1205