NAME
Bencher::Scenario::Test::SleepCmd - A test scenario, containing sleep external commands
VERSION
This document describes version 0.001 of Bencher::Scenario::Test::SleepCmd (from Perl distribution Bencher-Scenario-Test-SleepCmd), released on 2016-10-09.
SYNOPSIS
To run benchmark with default option:
% bencher -m Test::SleepCmd
For more options (dump scenario, list/include/exclude/add participants, list/include/exclude/add datasets, etc), see bencher or run bencher --help
.
BENCHMARK PARTICIPANTS
sleep 1 (command)
Command line:
#TEMPLATE: sleep 1
sleep 2 (command)
Command line:
#TEMPLATE: sleep 2
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-Test-SleepCmd.
SOURCE
Source repository is at https://github.com/perlancar/perl-Bencher-Scenario-Test-SleepCmd.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Bencher-Scenario-Test-SleepCmd
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) 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.