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

NAME

Surveyor::App - Run benchmarks from a package

SYNOPSIS

        % survey -p PACKAGE -i ITERATIONS -t ARGS;

DESCRIPTION

survey runs the benchmark subroutines from a package. That way, you can pass over your benchmarks as a module.

-p PACKAGE

The package that has the bench_.

-i ITERATIONS

The number of iterations to run.

Default: 10_000

-t

Run tests to ensure that call bench_ subroutines return the same thing.

TO DO

SEE ALSO

SOURCE AVAILABILITY

This source is in a Git repository that I haven't made public because I haven't bothered to set it up. If you want to clone it, just ask and we'll work something out.

        https://github.com/briandfoy/surveyor-app

AUTHOR

brian d foy, <bdfoy@cpan.org>

COPYRIGHT AND LICENSE

Copyright © 2013-2018, brian d foy <bdfoy@cpan.org>. All rights reserved.

You may redistribute this under the terms of the Artistic License 2.0.