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

NAME

Bencher::Scenario::ShellGuess::running_shell - Benchmark running_shell()

VERSION

This document describes version 0.003 of Bencher::Scenario::ShellGuess::running_shell (from Perl distribution Bencher-Scenarios-ShellGuess), released on 2021-07-31.

SYNOPSIS

To run benchmark with default option:

 % bencher -m ShellGuess::running_shell

To run module startup overhead benchmark:

 % bencher --module-startup -m ShellGuess::running_shell

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.

Shell::Guess 0.06

BENCHMARK PARTICIPANTS

  • Shell::Guess::running_shell (perl_code)

    Code template:

     my $s = Shell::Guess->running_shell; $s->name

BENCHMARK SAMPLE RESULTS

Sample benchmark #1

Run on: perl: v5.24.0, 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 command (under bash):

 % 

Result formatted as table:

 #table1#
 +-----------------------------+------+-----------+-----------+-----------------------+-----------------------+---------+---------+
 | participant                 | perl | rate (/s) | time (μs) | pct_faster_vs_slowest | pct_slower_vs_fastest |  errors | samples |
 +-----------------------------+------+-----------+-----------+-----------------------+-----------------------+---------+---------+
 | Shell::Guess::running_shell | perl |     50000 |        20 |                     0 |                     0 | 2.7e-08 |      20 |
 +-----------------------------+------+-----------+-----------+-----------------------+-----------------------+---------+---------+

The above result formatted in Benchmark.pm style:

        Rate     
     50000/s  -- 
 
 Legends:
   : participant=Shell::Guess::running_shell perl=perl

The above result presented as chart:

Sample benchmark #2

Benchmark command (under fish):

 % 

Result formatted as table:

 #table2#
 +-----------------------------+------+-----------+-----------+-----------------------+-----------------------+---------+---------+
 | participant                 | perl | rate (/s) | time (μs) | pct_faster_vs_slowest | pct_slower_vs_fastest |  errors | samples |
 +-----------------------------+------+-----------+-----------+-----------------------+-----------------------+---------+---------+
 | Shell::Guess::running_shell | perl |     50000 |        20 |                     0 |                     0 | 2.6e-08 |      21 |
 +-----------------------------+------+-----------+-----------+-----------------------+-----------------------+---------+---------+

The above result formatted in Benchmark.pm style:

        Rate     
     50000/s  -- 
 
 Legends:
   : participant=Shell::Guess::running_shell perl=perl

The above result presented as chart:

Sample benchmark #3

Benchmark command (under tcsh ('c')):

 % 

Result formatted as table:

 #table3#
 +-----------------------------+------+-----------+-----------+-----------------------+-----------------------+---------+---------+
 | participant                 | perl | rate (/s) | time (μs) | pct_faster_vs_slowest | pct_slower_vs_fastest |  errors | samples |
 +-----------------------------+------+-----------+-----------+-----------------------+-----------------------+---------+---------+
 | Shell::Guess::running_shell | perl |     45000 |        22 |                     0 |                     0 | 2.7e-08 |      20 |
 +-----------------------------+------+-----------+-----------+-----------------------+-----------------------+---------+---------+

The above result formatted in Benchmark.pm style:

        Rate     
     45000/s  -- 
 
 Legends:
   : participant=Shell::Guess::running_shell perl=perl

The above result presented as chart:

Sample benchmark #4

Benchmark command (under zsh ('z')):

 % 

Result formatted as table:

 #table4#
 +-----------------------------+------+-----------+-----------+-----------------------+-----------------------+--------+---------+
 | participant                 | perl | rate (/s) | time (μs) | pct_faster_vs_slowest | pct_slower_vs_fastest | errors | samples |
 +-----------------------------+------+-----------+-----------+-----------------------+-----------------------+--------+---------+
 | Shell::Guess::running_shell | perl |     49100 |      20.4 |                     0 |                     0 |  2e-08 |      20 |
 +-----------------------------+------+-----------+-----------+-----------------------+-----------------------+--------+---------+

The above result formatted in Benchmark.pm style:

        Rate     
     49100/s  -- 
 
 Legends:
   : participant=Shell::Guess::running_shell perl=perl

The above result presented as chart:

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

SOURCE

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

BUGS

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

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.

SEE ALSO

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2021, 2017, 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.