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

NAME

Bencher::Scenario::ParamsSah::Startup - Benchmark startup

VERSION

This document describes version 0.002 of Bencher::Scenario::ParamsSah::Startup (from Perl distribution Bencher-Scenarios-ParamsSah), released on 2020-05-10.

SYNOPSIS

To run benchmark with default option:

 % bencher -m ParamsSah::Startup

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.

Params::Sah 0.072

Type::Params 1.004004

Params::ValidationCompiler 0.30

BENCHMARK PARTICIPANTS

SAMPLE BENCHMARK RESULTS

Run on: perl: v5.30.0, CPU: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz (2 cores), OS: GNU/Linux Ubuntu version 19.10, OS kernel: Linux version 5.3.0-46-generic.

Benchmark with default options (bencher -m ParamsSah::Startup):

 #table1#
 +----------------------------+-----------+-------------------+-----------------------+-----------------------+---------+---------+
 | participant                | time (ms) | mod_overhead_time | pct_faster_vs_slowest | pct_slower_vs_fastest |  errors | samples |
 +----------------------------+-----------+-------------------+-----------------------+-----------------------+---------+---------+
 | Type::Params               |      41.4 |              34   |                 0.00% |               462.34% | 3.3e-05 |      22 |
 | Params::ValidationCompiler |      29.9 |              22.5 |                38.45% |               306.18% | 1.3e-05 |      21 |
 | Params::Sah                |      11   |               3.6 |               273.87% |                50.41% |   2e-05 |      20 |
 | perl -e1 (baseline)        |       7.4 |               0   |               462.34% |                 0.00% | 2.4e-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 https://metacpan.org/release/Bencher-Scenarios-ParamsSah.

SOURCE

Source repository is at https://github.com/perlancar/perl-Bencher-Scenarios-ParamsSah.

BUGS

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

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) 2020 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.