SYNOPSIS

    In your weaver.ini:

     [-Bencher::Scenario]

DESCRIPTION

    This plugin is to be used when building Bencher::Scenario::*
    distribution. Currently it does the following:

      * Add a Synopsis section (if doesn't already exist) containing a few
      examples on how to use the scenario

      * Add a description about Bencher in the Description section

      * Add a Benchmark Participants section containing list of
      participants from the scenario

      * Add a Sample Benchmark Results containing result from a bencher run

      Both normal benchmark and a separate module startup benchmark (if
      eligible) are run and shown.

      * Add a Benchmarked Modules section containing list of benchmarked
      modules (if any) from the scenario and their versions

OPTIONS

 sample_bench => hash

 bench => bool (default: 1)

    Set to 0 if you do not want to produce sample results

SEE ALSO

    Dist::Zilla::Plugin::Bencher::Scenario

