The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Benchmark::Perl::Formance::Plugin::Mandelbrot - Benchmark::Perl::Formance plugin - more modern mandelbrot

SYNOPSIS

Run benchmarks via perlformance frontend

 $ benchmark-perlformance -vv --plugin PerlStone2015

Start raw without any tooling

 $ perl -MData::Dumper -MBenchmark::Perl::Formance::Plugin::PerlStone2015 -e 'print Dumper(Benchmark::Perl::Formance::Plugin::PerlStone2015::main())'
 $ perl -MData::Dumper -MBenchmark::Perl::Formance::Plugin::PerlStone2015 -e 'print Dumper(Benchmark::Perl::Formance::Plugin::PerlStone2015::main({verbose => 3, fastmode => 1})->{perlstone}{subresults})'
 $ perl -MData::Dumper -MBenchmark::Perl::Formance::Plugin::PerlStone2015 -e 'print Dumper(Benchmark::Perl::Formance::Plugin::PerlStone2015::main({subtests => [qw(01overview regex)]})->{perlstone})'

AVAILABLE SUB BENCHMARKS

 mandelbrot

METHODS

main

Main entry point to start the benchmarks.

run

Iterates over the available mandelbrot sub implementations and collects the results.

AUTHOR

Mario Roy did the actual MCE-based Mandelbrot implementation.

Steffen Schwigon wrapped it into a Benchmark::Perl::Formance plugin.

AUTHOR

Steffen Schwigon <ss5@renormalist.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 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.