NAME

Bencher::Scenario::LogAny::Startup

VERSION

This document describes version 0.08 of Bencher::Scenario::LogAny::Startup (from Perl distribution Bencher-Scenarios-LogAny), released on 2017-01-25.

SYNOPSIS

To run benchmark with default option:

% bencher -m LogAny::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.

Log::Any 1.042

Log::Any::Adapter::Null 1.042

Log::Any::Adapter::Screen 0.13

Log::Any::Adapter::Stdout 1.042

Log::Any::IfLOG 0.08

Log::Any::Proxy 1.042

BENCHMARK PARTICIPANTS

SAMPLE BENCHMARK RESULTS

Run on: perl: v5.24.0, CPU: Intel(R) Core(TM) M-5Y71 CPU @ 1.20GHz (2 cores), OS: GNU/Linux LinuxMint version 17.3, OS kernel: Linux version 3.19.0-32-generic.

Benchmark with bencher -m LogAny::Startup --include-path archive/Log-Any-0.15/lib --include-path archive/Log-Any-1.032/lib --include-path archive/Log-Any-1.038/lib --include-path archive/Log-Any-1.040/lib --include-path archive/Log-Any-1.041/lib --multimodver Log::Any:

#table1#
+-------------------------+---------------+-----------+---------------------------+--------+-----------+------------------------+------------+---------+---------+
| proc_private_dirty_size | proc_rss_size | proc_size | participant               | modver | time (ms) | mod_overhead_time (ms) | vs_slowest |  errors | samples |
+-------------------------+---------------+-----------+---------------------------+--------+-----------+------------------------+------------+---------+---------+
| 1.4                     | 4.8           | 17        | Log::Any                  | 1.032  |      16   |                   14.1 |        1   | 6.5e-05 |      21 |
| 1.4                     | 4.7           | 17        | Log::Any::Adapter::Screen |        |      11   |                    9.1 |        1.5 | 3.1e-05 |      20 |
| 0.86                    | 4.1           | 16        | Log::Any::Adapter::Stdout |        |       9.8 |                    7.9 |        1.6 | 5.2e-05 |      21 |
| 1.6                     | 5             | 17        | Log::Any::Adapter::Null   |        |       9.4 |                    7.5 |        1.7 | 1.6e-05 |      22 |
| 0.82                    | 4.1           | 16        | Log::Any::Proxy           |        |       8.9 |                    7   |        1.8 | 4.5e-05 |      20 |
| 1.4                     | 4.9           | 17        | Log::Any                  | 1.041  |       8.8 |                    6.9 |        1.8 | 5.2e-05 |      20 |
| 1.4                     | 4.7           | 17        | Log::Any                  | 1.042  |       8.8 |                    6.9 |        1.8 | 4.7e-05 |      20 |
| 1.4                     | 4.8           | 17        | Log::Any                  | 1.038  |       7.7 |                    5.8 |        2   | 3.3e-05 |      20 |
| 1.5                     | 4.7           | 17        | Log::Any                  | 1.040  |       7.7 |                    5.8 |        2.1 | 4.3e-05 |      20 |
| 1.5                     | 4.8           | 17        | Log::Any                  | 0.15   |       4.7 |                    2.8 |        3.3 | 2.7e-05 |      20 |
| 1.4                     | 4.7           | 17        | Log::Any::IfLOG           |        |       2.3 |                    0.4 |        6.7 | 5.5e-06 |      20 |
| 1.4                     | 4.7           | 17        | perl -e1 (baseline)       |        |       1.9 |                    0   |        8.4 | 1.2e-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-LogAny.

SOURCE

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

BUGS

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

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