The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.