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

Changes for version 0.002 - 2017-01-25

  • Add scenarios: Example::NameAndSeq, Example::StringConcat, Example::StringConcat2, Example::HashCreation, Example::ArrayCreation.
  • [build] Rebuild with updated Dist::Zilla::Plugin::Bencher::Scenario (0.16) to add benchmarked modules as prereq with phase=x_benchmarks, type=x_benchmarks.

Modules

Benchmark creation of array of N integers
Cmdline that outputs something to stdout/stderr
Benchmark creation of hash of N keys (1..N) and value=1
Participant/dataset with name that is also a sequence number
Benchmark concatenation of string
Benchmark concatenation of string
Various example scenarios

Provides

in lib/Bencher/ScenarioR/Example/ArrayCreation.pm
in lib/Bencher/ScenarioR/Example/CmdLineWithOutput.pm
in lib/Bencher/ScenarioR/Example/HashCreation.pm
in lib/Bencher/ScenarioR/Example/NameAndSeq.pm
in lib/Bencher/ScenarioR/Example/StringConcat.pm
in lib/Bencher/ScenarioR/Example/StringConcat2.pm