NAME
Surveyor::App - Run benchmarks from a package
SYNOPSIS
Use this package with the survey
program from Surveyor::App. Give it a directory to list.
% survey -p Surveyor::Benchmark::GetDirectoryListing directory_to_list
DESCRIPTION
This benchmark pits glob
against opendir
in the directory that you choose.
- set_up( DIRECTORY )
-
Change to
DIRECTORY
before running the benchmark. - tear_down()
-
A no-op.
- bench_opendir
- bench_glob
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.