NAME

Bencher::Scenario::LogAny::Startup

VERSION

This document describes version 0.04 of Bencher::Scenario::LogAny::Startup (from Perl distribution Bencher-Scenario-LogAny), released on 2016-08-19.

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.

BENCHMARKED MODULES

Version numbers shown below are the versions used when running the sample benchmark.

Log::Any 1.041

Log::Any::Adapter::Null 1.041

Log::Any::Adapter::Screen 0.12

Log::Any::Adapter::Stdout 1.041

Log::Any::IfLOG 0.08

Log::Any::Proxy 1.041

BENCHMARK PARTICIPANTS

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 bencher -m LogAny::Startup --include-path archive/Log-Any-1.040/lib --include-path archive/Log-Any-1.041/lib --multimodver Log::Any:

#table1#
+---------------------------+--------+-----------+------------------------+------------+---------+---------+
| participant               | modver | time (ms) | mod_overhead_time (ms) | vs_slowest |  errors | samples |
+---------------------------+--------+-----------+------------------------+------------+---------+---------+
| Log::Any::Adapter::Screen |        |      11   |                    9.4 |        1   | 4.1e-05 |      20 |
| Log::Any::Adapter::Null   |        |       9.8 |                    8.2 |        1.1 | 5.7e-05 |      24 |
| Log::Any::Adapter::Stdout |        |       9.7 |                    8.1 |        1.1 | 3.3e-05 |      20 |
| Log::Any::Proxy           |        |       9.1 |                    7.5 |        1.2 | 2.8e-05 |      20 |
| Log::Any                  | 1.041  |       9   |                    7.4 |        1.2 | 6.3e-05 |      21 |
| Log::Any                  | 1.040  |       7.9 |                    6.3 |        1.4 |   3e-05 |      20 |
| Log::Any::IfLOG           |        |       1.9 |                    0.3 |        5.9 | 6.8e-06 |      21 |
| perl -e1 (baseline)       |        |       1.6 |                    0   |        6.9 | 1.3e-05 |      20 |
+---------------------------+--------+-----------+------------------------+------------+---------+---------+

Benchmark with bencher -m LogAny::Startup --include-path archive/Log-Any-1.040/lib --include-path archive/Log-Any-1.041/lib --module-startup --multimodver Log::Any:

#table2#
+---------------------------+--------+-----------+------------------------+------------+-----------+---------+
| participant               | modver | time (ms) | mod_overhead_time (ms) | vs_slowest |  errors   | samples |
+---------------------------+--------+-----------+------------------------+------------+-----------+---------+
| Log::Any::Adapter::Null   |        |      10   |                    8   |        1   |   0.00012 |      20 |
| Log::Any::Adapter::Screen |        |      11   |                    9   |        1   | 3.9e-05   |      20 |
| Log::Any::Adapter::Stdout |        |       9.8 |                    7.8 |        1.1 | 3.1e-05   |      20 |
| Log::Any::Proxy           |        |       9.1 |                    7.1 |        1.2 | 3.6e-05   |      20 |
| Log::Any                  | 1.041  |       8.9 |                    6.9 |        1.2 | 2.9e-05   |      20 |
| Log::Any                  | 1.040  |       7.9 |                    5.9 |        1.4 | 1.2e-05   |      20 |
| perl -e1 (baseline)       |        |       2   |                    0   |        5   | 3.7e-05   |      21 |
| Log::Any::IfLOG           |        |       1.8 |                   -0.2 |        6   | 9.1e-06   |      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-LogAny.

SOURCE

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

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Bencher-Scenario-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) 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.