NAME
Benchmark::Perl::Formance::Plugin::Shootout::fasta
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.
AUTHOR
Steffen Schwigon <ss5@renormalist.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 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.