freebsd-ports/devel/p5-Test-Benchmark/pkg-descr
Sunpoet Po-Chuan Hsieh 10cf0a253a - Add LICENSE
- Fix *_DEPENDS: p5-Test-Tester and p5-Test-NoWarnings are test-only dependencies
- Bump PORTREVISION for dependency change
- Sort PLIST
- Reformat pkg-descr
2014-07-31 10:04:47 +00:00

10 lines
524 B
Text

Sometimes you want to make sure that your "faster" algorithm really is faster
than the old way. This lets you check. It might also be useful to check that
your super whizzo XS or Inline::C version is actually faster.
This module is based on the standard Benchmark module. If you have lots of
timings to compare and you don't want to keep running the same benchmarks all
the time, you can pass in a result object from Benchmark::timethis() instead of
sub routine reference.
WWW: http://search.cpan.org/dist/Test-Benchmark/