NAME Bencher::Scenario::WordListModules - Benchmark startup overhead of WordList::* modules VERSION This document describes version 0.051 of Bencher::Scenario::WordListModules (from Perl distribution Bencher-Scenario-WordListModules), released on 2018-02-20. SYNOPSIS To run benchmark with default option: % bencher -m WordListModules For more options (dump scenario, list/include/exclude/add participants, list/include/exclude/add datasets, etc), see bencher or run "bencher --help". DESCRIPTION Packaging a benchmark script as a Bencher scenario makes it convenient to include/exclude/add participants/datasets (either via CLI or Perl code), send the result to a central repository, among others . See Bencher and bencher (CLI) for more details. BENCHMARKED MODULES Version numbers shown below are the versions used when running the sample benchmark. WordList::EN::CountryNames 0.04 WordList::EN::CountryNames::SingleWord 0.04 WordList::EN::Enable 0.03 WordList::EN::SGB 0.03 WordList::ID::KBBI 0.04 WordList::Phrase::EN::Proverb::TWW 0.03 WordList::Phrase::ID::Proverb::KBBI 0.03 WordListC::Password::10Million::Top100000 0.001 WordListC::Password::10Million::Top1000000 0.001 BENCHMARK PARTICIPANTS * WordList::EN::CountryNames (perl_code) WordList::EN::CountryNames * WordList::EN::CountryNames::SingleWord (perl_code) WordList::EN::CountryNames::SingleWord * WordList::EN::Enable (perl_code) WordList::EN::Enable * WordList::EN::SGB (perl_code) WordList::EN::SGB * WordList::ID::KBBI (perl_code) WordList::ID::KBBI * WordList::Phrase::EN::Proverb::TWW (perl_code) WordList::Phrase::EN::Proverb::TWW * WordList::Phrase::ID::Proverb::KBBI (perl_code) WordList::Phrase::ID::Proverb::KBBI * WordListC::Password::10Million::Top100000 (perl_code) WordListC::Password::10Million::Top100000 * WordListC::Password::10Million::Top1000000 (perl_code) WordListC::Password::10Million::Top1000000 SAMPLE BENCHMARK RESULTS Run on: perl: *v5.26.1*, CPU: *Intel(R) Core(TM) M-5Y71 CPU @ 1.20GHz (2 cores)*, OS: *GNU/Linux LinuxMint version 18.3*, OS kernel: *Linux version 4.10.0-38-generic*. Benchmark with default options ("bencher -m WordListModules"): #table1# +--------------------------------------------+------------------------------+--------------------+----------------+-----------+------------------------+------------+---------+---------+ | participant | proc_private_dirty_size (kB) | proc_rss_size (MB) | proc_size (MB) | time (ms) | mod_overhead_time (ms) | vs_slowest | errors | samples | +--------------------------------------------+------------------------------+--------------------+----------------+-----------+------------------------+------------+---------+---------+ | WordList::EN::Enable | 944 | 4.3 | 16 | 7.1 | 1 | 1 | 2.8e-05 | 20 | | WordList::Phrase::ID::Proverb::KBBI | 920 | 4.3 | 16 | 7.1 | 1 | 1 | 3.4e-05 | 25 | | WordList::EN::SGB | 948 | 4.4 | 16 | 7.1 | 1 | 1 | 3.3e-05 | 24 | | WordList::EN::CountryNames::SingleWord | 952 | 4.3 | 16 | 7 | 0.9 | 1 | 1.3e-05 | 20 | | WordList::ID::KBBI | 948 | 4.2 | 16 | 7 | 0.9 | 1 | 2.4e-05 | 20 | | WordList::Phrase::EN::Proverb::TWW | 948 | 4.3 | 16 | 7 | 0.9 | 1 | 3e-05 | 20 | | WordList::EN::CountryNames | 948 | 4.3 | 16 | 6.9 | 0.800000000000001 | 1 | 1.8e-05 | 20 | | WordListC::Password::10Million::Top100000 | 920 | 4.2 | 16 | 6.9 | 0.800000000000001 | 1 | 2.8e-05 | 21 | | WordListC::Password::10Million::Top1000000 | 844 | 4.2 | 16 | 6.9 | 0.800000000000001 | 1 | 3.4e-05 | 27 | | perl -e1 (baseline) | 948 | 4.3 | 16 | 6.1 | 0 | 1.2 | 2.8e-05 | 20 | +--------------------------------------------+------------------------------+--------------------+----------------+-----------+------------------------+------------+---------+---------+ To display as an interactive HTML table on a browser, you can add option "--format html+datatables". HOMEPAGE Please visit the project's homepage at . SOURCE Source repository is at . BUGS Please report any bugs or feature requests on the bugtracker website When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature. SEE ALSO Bencher::Scenario::GamesWordlistModules AUTHOR perlancar COPYRIGHT AND LICENSE This software is copyright (c) 2018, 2017, 2016 by perlancar@cpan.org. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.