The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.09 - 2013-12-30

  • Fix for infinite loops (David Golden)
  • Benchmarks can be taken from modules (brian d foy)
  • Option to output R-compatible data table (brian d foy)
  • Example R script for making box plots from table data (brian d foy)
  • --pin-frequency option on Linux to pin CPU frequency for more consistent benchmark results. (Warning: Use this option at your own risk.)

Modules

Benchmark.pm compatibility layer for Dumbbench
More reliable benchmarking with the least amount of thinking
A benchmark instance within a Dumbbench
Benchmarks an external command
Benchmarks a string of Perl code
Benchmarks a Perl code reference

Provides

in lib/Dumbbench/BoxPlot.pm
in lib/Dumbbench/CPUFrequencyPinner.pm
in lib/Dumbbench/Result.pm
in lib/Dumbbench/Stats.pm