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 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.