NAME

Bencher::Scenario::WordListModules - Benchmark startup overhead of WordList::* modules

VERSION

This document describes version 0.050 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::SecLists::10Million::Top100000 0.001

BENCHMARK PARTICIPANTS

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::ID::KBBI                                  | 952                          | 4.3                | 16             |       7   |      1.1               |        1   | 2.9e-05 |      21 |
| WordList::Phrase::EN::Proverb::TWW                  | 948                          | 4.2                | 16             |       7   |      1.1               |        1   | 1.9e-05 |      20 |
| WordList::Phrase::ID::Proverb::KBBI                 | 916                          | 4.3                | 16             |       6.9 |      1                 |        1   | 2.1e-05 |      20 |
| WordList::EN::CountryNames::SingleWord              | 940                          | 4.2                | 16             |       6.9 |      1                 |        1   | 3.4e-05 |      22 |
| WordList::EN::CountryNames                          | 944                          | 4.3                | 16             |       6.8 |      0.899999999999999 |        1   | 3.2e-05 |      21 |
| WordList::EN::Enable                                | 944                          | 4.3                | 16             |       6.7 |      0.8               |        1   | 3.1e-05 |      30 |
| WordList::EN::SGB                                   | 940                          | 4.2                | 16             |       6.7 |      0.8               |        1   | 3.2e-05 |      30 |
| WordListC::Password::SecLists::10Million::Top100000 | 844                          | 4.1                | 16             |       6.7 |      0.8               |        1   | 1.5e-05 |      20 |
| perl -e1 (baseline)                                 | 940                          | 4.3                | 16             |       5.9 |      0                 |        1.2 | 2.9e-05 |      23 |
+-----------------------------------------------------+------------------------------+--------------------+----------------+-----------+------------------------+------------+---------+---------+

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 https://metacpan.org/release/Bencher-Scenario-WordListModules.

SOURCE

Source repository is at https://github.com/perlancar/perl-Bencher-Scenario-WordListModules.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Bencher-Scenario-WordListModules

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 <perlancar@cpan.org>

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.