NAME
Bencher::Scenario::Words2NumsModules - Benchmark various words-to-numbers modules of different languages against one another
VERSION
This document describes version 0.001 of Bencher::Scenario::Words2NumsModules (from Perl distribution Bencher-Scenario-Words2NumsModules), released on 2016-07-12.
SYNOPSIS
To run benchmark with default option:
% bencher -m Words2NumsModules
To run module startup overhead benchmark:
% bencher --module-startup -m Words2NumsModules
For more options (dump scenario, list/include/exclude/add participants, list/include/exclude/add datasets, etc), see bencher or run bencher --help
.
BENCHMARKED MODULES
Version numbers shown below are the versions used when running the sample benchmark.
BENCHMARK PARTICIPANTS
Lingua::ID::Words2Nums::words2nums (perl_code) [id]
Function call template:
Lingua::ID::Words2Nums::words2nums(<word>)
Lingua::EN::Words2Nums::words2nums (perl_code) [en]
Function call template:
Lingua::EN::Words2Nums::words2nums(<word>)
BENCHMARK DATASETS
en_1
en_123
en_123456789
id_1
id_123
id_123456789
SAMPLE BENCHMARK RESULTS
Run on: perl: v5.22.1, CPU: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz (4 cores), OS: GNU/Linux Debian version 8.0, OS kernel: Linux version 3.16.0-4-amd64.
Benchmark with default options (bencher -m Words2NumsModules
):
#table1#
+------------------------------------+--------------+-----------+-----------+------------+---------+---------+
| participant | dataset | rate (/s) | time (μs) | vs_slowest | errors | samples |
+------------------------------------+--------------+-----------+-----------+------------+---------+---------+
| Lingua::ID::Words2Nums::words2nums | id_123456789 | 4700 | 210 | 1 | 2.4e-07 | 25 |
| Lingua::EN::Words2Nums::words2nums | en_123456789 | 12843.9 | 77.8582 | 2.75887 | 4.5e-11 | 21 |
| Lingua::ID::Words2Nums::words2nums | id_123 | 29000 | 35 | 6.1 | 1.1e-07 | 20 |
| Lingua::EN::Words2Nums::words2nums | en_123 | 56000 | 18 | 12 | 2.7e-08 | 20 |
| Lingua::ID::Words2Nums::words2nums | id_1 | 96700 | 10.3 | 20.8 | 9.5e-09 | 22 |
| Lingua::EN::Words2Nums::words2nums | en_1 | 170000 | 5.7 | 37 | 1.7e-08 | 27 |
+------------------------------------+--------------+-----------+-----------+------------+---------+---------+
Benchmark module startup overhead (bencher -m Words2NumsModules --module-startup
):
#table2#
+------------------------+-----------+------------------------+------------+---------+---------+
| participant | time (ms) | mod_overhead_time (ms) | vs_slowest | errors | samples |
+------------------------+-----------+------------------------+------------+---------+---------+
| Lingua::ID::Words2Nums | 11 | 6.3 | 1 | 2.9e-05 | 20 |
| Lingua::EN::Words2Nums | 9.4 | 4.7 | 1.1 | 3.6e-05 | 20 |
| perl -e1 (baseline) | 4.7 | 0 | 2.2 | 2.4e-05 | 20 |
+------------------------+-----------+------------------------+------------+---------+---------+
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.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Bencher-Scenario-Words2NumsModules.
SOURCE
Source repository is at https://github.com/perlancar/perl-Bencher-Scenario-Words2NumsModules.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Bencher-Scenario-Words2NumsModules
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.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 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.