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 (c) 2013, brian d foy, All Rights Reserved.
You may redistribute this under the same terms as Perl itself.