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 fasta plugin

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 you control its output via the environment variables:

   $ PERLFORMANCE_SHOOTOUT_FASTA_N=1000 \
     PERLFORMANCE_SHOOTOUT_FASTA_PRINT=1 \
     PERLFORMANCE_SHOOTOUT_FASTA_COUNT=1 \
     perl-formance [...]

where "_N" is the algorithm's parameter, "_PRINT" is a boolean 1 or 0 and _COUNT is the repetition counter which in benchmark runs is usually 5 but only needed 1 for generating the output.