1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Erwin Lansing
00c0ec7464 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.

Author:	Fergal Daly <fergal@esatclear.ie>
WWW:	http://search.cpan.org/dist/Test-Benchmark/

PR:		ports/100218
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-14 16:02:40 +00:00