App::Benchmark::Accessors - benchmark accessor generators
None - just run the test suite
This distribution runs benchmarks on various accessor generators. The following generators are being benchmarked:
The benchmarks are being run as part of the test suite; see the App::Benchmark manpage. This way you can look at this distribution's CPAN testers page to see the benchmark results on many different platforms and for many different perl versions.
The t/versions.t reports the version numbers of these modules.
The t/construction.t file benchmarks object creation, t/get.t benchmarks
getter methods and t/set.t benchmarks setter methods.
Not every benchmark is run on every module; for example, the Object::Tiny manpage doesn't create setter methods, and the accessors manpage doesn't generate constructors.
Each benchmark test file takes an optional numeric parameter that is used as the number of iterations.
No bugs have been reported.
Please report any bugs or feature requests through the web interface at http://rt.cpan.org.
See perlmodinstall for information and options on installing Perl modules.
The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>.
Marcel Grünauer, <marcel@cpan.org>
Copyright 2008 by Marcel Grünauer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.