NAME

Bencher::Scenario::LogAny::Startup

VERSION

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

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.040

Log::Any::Adapter::Null 1.040

Log::Any::Adapter::Screen 0.12

Log::Any::Adapter::Stdout 1.040

Log::Any::IfLOG 0.08

Log::Any::Proxy 1.040

BENCHMARK PARTICIPANTS

SAMPLE BENCHMARK RESULTS

Run on: perl: v5.22.1, 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 --env-hashes-json '[{"PERL5OPT":"-Iarchive/Log-Any-1.040/lib"},{"PERL5OPT":"-Iarchive/Log-Any-1.041/lib"}]':

#table1#
+---------------------------+--------------------------------------+-----------+------------------------+------------+---------+---------+
| participant               | env                                  | time (ms) | mod_overhead_time (ms) | vs_slowest |  errors | samples |
+---------------------------+--------------------------------------+-----------+------------------------+------------+---------+---------+
| Log::Any::Adapter::Screen | PERL5OPT=-Iarchive/Log-Any-1.041/lib |     17    |     11.1               |       1    | 5.6e-05 |      20 |
| Log::Any::Adapter::Null   | PERL5OPT=-Iarchive/Log-Any-1.041/lib |     16    |     10.1               |       1.1  | 7.2e-05 |      20 |
| Log::Any::Adapter::Stdout | PERL5OPT=-Iarchive/Log-Any-1.041/lib |     16    |     10.1               |       1.1  | 3.1e-05 |      20 |
| Log::Any::Adapter::Screen | PERL5OPT=-Iarchive/Log-Any-1.040/lib |     15    |      9.1               |       1.1  | 3.2e-05 |      20 |
| Log::Any                  | PERL5OPT=-Iarchive/Log-Any-1.041/lib |     15    |      9.1               |       1.1  | 4.2e-05 |      20 |
| Log::Any::Proxy           | PERL5OPT=-Iarchive/Log-Any-1.041/lib |     15    |      9.1               |       1.2  | 2.3e-05 |      20 |
| Log::Any::Adapter::Stdout | PERL5OPT=-Iarchive/Log-Any-1.040/lib |     14    |      8.1               |       1.2  | 2.6e-05 |      20 |
| Log::Any::Proxy           | PERL5OPT=-Iarchive/Log-Any-1.040/lib |     14    |      8.1               |       1.2  | 7.6e-05 |      20 |
| Log::Any::Adapter::Null   | PERL5OPT=-Iarchive/Log-Any-1.040/lib |     14    |      8.1               |       1.2  | 5.2e-05 |      20 |
| Log::Any                  | PERL5OPT=-Iarchive/Log-Any-1.040/lib |     13    |      7.1               |       1.3  | 4.7e-05 |      21 |
| Log::Any::IfLOG           | PERL5OPT=-Iarchive/Log-Any-1.041/lib |      6.31 |      0.409999999999999 |       2.68 | 5.8e-06 |      20 |
| Log::Any::IfLOG           | PERL5OPT=-Iarchive/Log-Any-1.040/lib |      6.3  |      0.399999999999999 |       2.7  | 6.9e-06 |      20 |
| perl -e1 (baseline)       | PERL5OPT=-Iarchive/Log-Any-1.040/lib |      5.9  |      0                 |       2.9  | 8.7e-06 |      21 |
| perl -e1 (baseline)       | PERL5OPT=-Iarchive/Log-Any-1.041/lib |      5.8  |     -0.100000000000001 |       2.9  | 8.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-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) 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.