NAME Bencher::Scenario::RegexpPatternGit - Benchmark Regexp::Pattern::Git VERSION This document describes version 0.001 of Bencher::Scenario::RegexpPatternGit (from Perl distribution Bencher-Scenario-RegexpPatternGit), released on 2019-10-25. SYNOPSIS To run benchmark with default option: % bencher -m RegexpPatternGit 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. Regexp::Pattern 0.2.9 Regexp::Pattern::Git 0.001 BENCHMARK PARTICIPANTS * ref (perl_code) Code template: use Regexp::Pattern; state $re = re("Git::ref"); =~ $re BENCHMARK DATASETS * .one * one/two * one/two/three/four/five/six SAMPLE BENCHMARK RESULTS Run on: perl: *v5.24.0*, CPU: *Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz (4 cores)*, OS: *GNU/Linux LinuxMint version 18.2*, OS kernel: *Linux version 4.8.0-53-generic*. Benchmark with default options ("bencher -m RegexpPatternGit"): #table1# +-----------------------------+-----------+-----------+------------+---------+---------+ | dataset | rate (/s) | time (μs) | vs_slowest | errors | samples | +-----------------------------+-----------+-----------+------------+---------+---------+ | one/two/three/four/five/six | 460000 | 2.2 | 1 | 3.3e-09 | 20 | | one/two | 900000 | 1.1 | 2 | 1.6e-09 | 23 | | .one | 3600000 | 0.28 | 7.7 | 1.4e-09 | 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 . SOURCE Source repository is at . BUGS Please report any bugs or feature requests on the bugtracker website 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 COPYRIGHT AND LICENSE This software is copyright (c) 2019 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.