Acme::Benchmarks - Perl5 Benchmarks
Please read perlperf first.
Prepare for benchmark to install dependent modules.
cpanm -L extlib --installdeps .Kick a test to run all benchmarks.
perl -Ilib -Iextlib/lib/perl5 t/run.tUse each module to run each brnchmark.
perl -Ilib -Iextlib/lib/perl5 -MAcme::Benchmarks::Core::String::Concat -e 1If you would like to confirm that routines return same values, Benchmark::Confirm is helpfull.
perl -Ilib -Iextlib/lib/perl5 -MBenchmark::Confirm -MAcme::Benchmarks::Core::String::Concat -e 1
... Benchmark...
ok 1
ok 2If you would like to know the details of routine more deeply, you should use B::Deparse.
Perl Benchmarks huddle in here.
See github workflow https://github.com/bayashi/Acme-Benchmarks/actions for benchmark results.
Acme::Benchmarks is hosted on github http://github.com/bayashi/Acme-Benchmarks
Acme::Benchmarks is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0. (Note that, unlike the Artistic License 1.0, version 2.0 is GPL compatible by itself, hence there is no benefit to having an Artistic 2.0 / GPL disjunction.) See the file LICENSE for details.
Dai Okabayashi <bayashi@cpan.org>