| Commit message (Expand) | Author | Age | Files | Lines |
* | benchmarks.t: update to handle field changes | David Mitchell | 2017-10-23 | 1 | -0/+1 |
* | bench.pl: add 'compile' benchmark field | David Mitchell | 2017-10-23 | 1 | -5/+14 |
* | bench.pl: add 'pre' and 'post' benchmark fields | David Mitchell | 2017-10-23 | 1 | -14/+23 |
* | bench.pl: make 'desc' default to 'code' | David Mitchell | 2017-10-23 | 1 | -0/+3 |
* | bench.pl: add checks for bad benchmark files | David Mitchell | 2017-10-23 | 1 | -0/+23 |
* | bench.pl: display large values as 'Inf' | David Mitchell | 2017-10-23 | 1 | -0/+5 |
* | bench.pl: allow variable-width data columns | David Mitchell | 2017-10-23 | 1 | -63/+89 |
* | bench.pl: factor out some common code | David Mitchell | 2017-10-23 | 1 | -24/+20 |
* | bench.pl: make -v an alias for --verbose | David Mitchell | 2017-10-23 | 1 | -3/+4 |
* | bench.pl --autolabel: avoid degenerate cases | David Mitchell | 2017-10-23 | 1 | -0/+14 |
* | bench.pl --compact: display description too | David Mitchell | 2017-10-23 | 1 | -1/+10 |
* | bench.pl: allow negative column indices | David Mitchell | 2017-10-23 | 1 | -4/+27 |
* | bench.pl: list valid in 'unrecognised perl' err | David Mitchell | 2017-10-23 | 1 | -2/+10 |
* | Porting/bench.pl: test --fields with 1 field | David Mitchell | 2017-06-21 | 1 | -1/+1 |
* | Porting/bench.pl comments: s/perl_name/perl_label/ | David Mitchell | 2017-06-21 | 1 | -9/+9 |
* | Porting/bench.pl: fix up pod | David Mitchell | 2017-06-21 | 1 | -82/+23 |
* | Porting/bench.pl --bisect: output field value | David Mitchell | 2017-06-21 | 1 | -0/+2 |
* | Porting/bench.pl: tweak local vars | David Mitchell | 2017-06-21 | 1 | -4/+3 |
* | Porting/bench.pl: add --autolabel option | David Mitchell | 2017-06-21 | 1 | -4/+95 |
* | Porting/bench.pl: improve 'no such test' err msg | David Mitchell | 2017-06-21 | 1 | -3/+11 |
* | Porting/bench.pl: trivial var changes | David Mitchell | 2017-06-21 | 1 | -4/+4 |
* | Porting/bench.pl: new syntax for perl args and env | David Mitchell | 2017-06-21 | 1 | -34/+97 |
* | Porting/bench.pl ban duplicate labels in multiread | David Mitchell | 2017-06-21 | 1 | -3/+18 |
* | Porting/bench.pl: ban --benchfile under --read | David Mitchell | 2017-06-21 | 1 | -4/+7 |
* | Porting/bench.pl: better handle multiple --read | David Mitchell | 2017-06-21 | 1 | -11/+48 |
* | Porting/bench.pl: only use used sort elems | David Mitchell | 2017-06-21 | 1 | -0/+3 |
* | Porting/bench.pl: remove unneeded sort order calcs | David Mitchell | 2017-06-21 | 1 | -6/+0 |
* | Porting/bench.pl: add $done_read to do_grind() | David Mitchell | 2017-06-21 | 1 | -3/+4 |
* | Porting/bench.pl: add croak tests | David Mitchell | 2017-06-21 | 1 | -3/+6 |
* | bench.pl re-organise option processing | David Mitchell | 2017-06-21 | 1 | -156/+247 |
* | Porting/bench.pl: fix broken --bisect option | David Mitchell | 2017-06-21 | 1 | -2/+2 |
* | Porting/bench.pl: allow 1 perl under --raw | David Mitchell | 2017-06-21 | 1 | -1/+1 |
* | Porting/bench.pl: don't print usage on err | David Mitchell | 2017-06-21 | 1 | -2/+2 |
* | Porting/bench.pl: typo in error message | David Mitchell | 2017-06-05 | 1 | -1/+1 |
* | Porting/bench.pl: allow more than one file to be read at a go | Yves Orton | 2017-06-02 | 1 | -11/+34 |
* | Porting/bench.pl: fix 'do' without '.' in @INC | David Mitchell | 2017-04-07 | 1 | -1/+5 |
* | fixup tests under t/ that assumed '.' in @INC | David Mitchell | 2017-04-07 | 1 | -2/+4 |
* | bench - fixup some interface issues from allowing two step benchmarks | Yves Orton | 2016-12-07 | 1 | -3/+14 |
* | fixup pod in Porting/bench.pl | Yves Orton | 2016-12-07 | 1 | -2/+2 |
* | allow two-step benchmarks with Porting/bench.pl | Yves Orton | 2016-12-06 | 1 | -43/+42 |
* | bench.pl: fix --sort and --compact options | David Mitchell | 2016-10-26 | 1 | -2/+2 |
* | Porting/bench.pl: explain what PUT means | David Mitchell | 2016-09-27 | 1 | -3/+4 |
* | Porting/bench.pl --grindargs can be abused, usefully. | Jim Cromie | 2016-06-15 | 1 | -1/+64 |
* | provide per-PUT environment | Jim Cromie | 2016-06-15 | 1 | -5/+13 |
* | add =+label feature, which appends the label to perl-name | Jim Cromie | 2016-06-15 | 1 | -0/+1 |
* | s/@results/@res_puts/ in process_puts | Jim Cromie | 2016-06-15 | 1 | -5/+9 |
* | add pod for PUT | Jim Cromie | 2016-06-15 | 1 | -3/+8 |
* | grind_print: adjust for labels | Jim Cromie | 2016-06-15 | 1 | -5/+6 |
* | store data using unique label, not perl-exe, which may be used 2x | Jim Cromie | 2016-06-15 | 1 | -2/+2 |
* | Porting/bench.pl: allow per-PUT (perl under test) options and modules | Jim Cromie | 2016-06-15 | 1 | -8/+16 |