NAME
Bencher::Scenario::LogGer::OutputStartup
VERSION
This document describes version 0.005 of Bencher::Scenario::LogGer::OutputStartup (from Perl distribution Bencher-Scenarios-LogGer), released on 2017-06-26.
SYNOPSIS
To run benchmark with default option:
% bencher -m LogGer::OutputStartup
To run module startup overhead benchmark:
% bencher --module-startup -m LogGer::OutputStartup
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::ger::Output::Array 0.008
Log::ger::Output::ArrayWithLimits 0.001
Log::ger::Output::Callback 0.001
Log::ger::Output::Composite 0.004
Log::ger::Output::DirWriteRotate 0.002
Log::ger::Output::File 0.002
Log::ger::Output::FileWriteRotate 0.001
Log::ger::Output::LogAny 0.006
Log::ger::Output::LogDispatchOutput 0.001
Log::ger::Output::Null 0.008
Log::ger::Output::Screen 0.004
Log::ger::Output::String 0.008
BENCHMARK PARTICIPANTS
baseline (command)
load-Array (command)
init-with-Array (command)
load-ArrayWithLimits (command)
init-with-ArrayWithLimits (command)
load-Callback (command)
init-with-Callback (command)
load-Composite (command)
init-with-Composite (command)
load-DirWriteRotate (command)
init-with-DirWriteRotate (command)
load-File (command)
init-with-File (command)
load-FileWriteRotate (command)
init-with-FileWriteRotate (command)
load-LogAny (command)
init-with-LogAny (command)
load-LogDispatchOutput (command)
init-with-LogDispatchOutput (command)
load-Null (command)
init-with-Null (command)
load-Screen (command)
init-with-Screen (command)
load-String (command)
init-with-String (command)
SAMPLE BENCHMARK RESULTS
Run on: perl: v5.24.0, CPU: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz (4 cores), OS: GNU/Linux Debian version 8.5, OS kernel: Linux version 3.16.0-4-amd64.
Benchmark with default options (bencher -m LogGer::OutputStartup
):
#table1#
+-----------------------------+-----------+-----------+------------+-----------+---------+
| participant | rate (/s) | time (ms) | vs_slowest | errors | samples |
+-----------------------------+-----------+-----------+------------+-----------+---------+
| init-with-FileWriteRotate | 33 | 30 | 1 | 0.00011 | 20 |
| init-with-LogDispatchOutput | 58 | 17 | 1.8 | 3.4e-05 | 20 |
| init-with-Composite | 86 | 12 | 2.6 | 4.6e-05 | 20 |
| init-with-LogAny | 86 | 12 | 2.6 | 2.5e-05 | 20 |
| init-with-DirWriteRotate | 110 | 9.4 | 3.2 | 4.5e-05 | 21 |
| init-with-File | 140 | 6.9 | 4.4 | 2.5e-05 | 20 |
| init-with-ArrayWithLimits | 150 | 6.9 | 4.4 | 2.3e-05 | 22 |
| init-with-Array | 150 | 6.8 | 4.4 | 2.6e-05 | 20 |
| init-with-Screen | 150 | 6.8 | 4.4 | 1.7e-05 | 20 |
| init-with-Callback | 150 | 6.8 | 4.4 | 2e-05 | 21 |
| init-with-String | 150 | 6.8 | 4.5 | 1.2e-05 | 20 |
| init-with-Null | 150 | 6.6 | 4.6 | 1.1e-05 | 20 |
| load-LogDispatchOutput | 180 | 5.7 | 5.3 | 1.1e-05 | 20 |
| load-Composite | 210 | 4.7 | 6.4 | 3.2e-05 | 20 |
| load-LogAny | 230 | 4.4 | 6.9 | 1.8e-05 | 20 |
| load-Screen | 230 | 4.3 | 7.1 | 1e-05 | 20 |
| load-Callback | 230 | 4.3 | 7.1 | 2e-05 | 21 |
| load-FileWriteRotate | 230 | 4.3 | 7.1 | 1.7e-05 | 20 |
| load-File | 230 | 4.3 | 7.1 | 2.1e-05 | 21 |
| load-String | 230 | 4.3 | 7.1 | 1.9e-05 | 21 |
| load-DirWriteRotate | 240 | 4.2 | 7.2 | 9.6e-06 | 20 |
| load-Array | 240 | 4.2 | 7.2 | 1.6e-05 | 21 |
| load-ArrayWithLimits | 240 | 4.2 | 7.2 | 1.4e-05 | 20 |
| load-Null | 350 | 2.9 | 11 | 1.6e-05 | 20 |
| baseline | 390 | 2.6 | 12 | 1.4e-05 | 20 |
+-----------------------------+-----------+-----------+------------+-----------+---------+
Benchmark module startup overhead (bencher -m LogGer::OutputStartup --module-startup
):
#table2#
+-------------------------------------+------------------------------+--------------------+----------------+-----------+------------------------+------------+---------+---------+
| participant | proc_private_dirty_size (kB) | proc_rss_size (MB) | proc_size (MB) | time (ms) | mod_overhead_time (ms) | vs_slowest | errors | samples |
+-------------------------------------+------------------------------+--------------------+----------------+-----------+------------------------+------------+---------+---------+
| Log::ger::Output::LogDispatchOutput | 852 | 4.1 | 20 | 5.8 | 3.2 | 1 | 2.4e-05 | 21 |
| Log::ger::Output::Composite | 856 | 4.1 | 20 | 4.6 | 2 | 1.2 | 6.3e-06 | 20 |
| Log::ger::Output::Screen | 856 | 4.1 | 20 | 4.4 | 1.8 | 1.3 | 2.3e-05 | 20 |
| Log::ger::Output::LogAny | 952 | 4.2 | 20 | 4.4 | 1.8 | 1.3 | 1.5e-05 | 20 |
| Log::ger::Output::File | 860 | 4.1 | 20 | 4.4 | 1.8 | 1.3 | 1.8e-05 | 20 |
| Log::ger::Output::String | 856 | 4.1 | 20 | 4.3 | 1.7 | 1.3 | 1e-05 | 21 |
| Log::ger::Output::Callback | 852 | 4.1 | 20 | 4.3 | 1.7 | 1.3 | 1.4e-05 | 20 |
| Log::ger::Output::ArrayWithLimits | 848 | 4.1 | 20 | 4.3 | 1.7 | 1.3 | 2.7e-05 | 22 |
| Log::ger::Output::Array | 852 | 4.1 | 20 | 4.3 | 1.7 | 1.3 | 1e-05 | 21 |
| Log::ger::Output::DirWriteRotate | 856 | 4.1 | 20 | 4.3 | 1.7 | 1.3 | 2.1e-05 | 20 |
| Log::ger::Output::FileWriteRotate | 956 | 4.2 | 20 | 4.3 | 1.7 | 1.4 | 1.4e-05 | 20 |
| Log::ger::Output::Null | 852 | 4.1 | 20 | 2.9 | 0.3 | 2 | 1.3e-05 | 20 |
| perl -e1 (baseline) | 840 | 4.1 | 20 | 2.6 | 0 | 2.2 | 2.7e-06 | 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-LogGer.
SOURCE
Source repository is at https://github.com/perlancar/perl-Bencher-Scenarios-LogGer.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Bencher-Scenarios-LogGer
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.