The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.05 - 2015-06-13

  • INCOMPATIBLE CHANGES
    • Replace option 'debug' with 'quiet' and reverse the default behavior. Previously it was all too easy to lose program's output. If the command was erroneous, prints an error message, and exits early, this can ruin the benchmark result. Previously this was not displayed by default because by default program's output is stripped. Now the default behavior is to *not* strip program's output, unless the 'quiet' option is set to true.
  • ENHANCEMENTS
    • Add option: ignore_exit_code. Now a non-zero exit code will cause the benchmark to die, unless we set this option to true.
    • Add per-command options: ignore_exit_code, skip_not_found.
    • Tweak examples and other minor fixes.

Modules

Benchmark commands