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

NAME

Benchmark::Perl::Formance::Plugin::Shootout::fasta - Language shootout plugin: fasta

ABOUT

This plugin does some runs of the "fasta" benchmark from the Language Shootout.

CONFIGURATION

Because the "fasta" plugin's output can be used to feed other benchmarks that work on "fasta" data you control its output via defines:

   $ perl-formance --plugins=Shootout::fast \
                   -DShootout_fasta_n=1000 \
                   -DShootout_fasta_print=1 \
                   -DShootout_fasta_count=1

where _n is the algorithm's parameter, _print=1 means print out the result and _count is the repetition counter is usually 5 but should be 1 when generating the output for other plugins.