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 - benchmark - Generate and write random DNA sequences

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:

   $ benchmark-perlformance --plugins=Shootout::fasta \
                             -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.

AUTHOR

Steffen Schwigon <ss5@renormalist.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2021 by Steffen Schwigon.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.