summaryrefslogtreecommitdiff
path: root/benchmarks/p5-Benchmark-Timer
AgeCommit message (Collapse)AuthorFilesLines
2017-06-07Fix build with Perl 5.26.0ryoon2-1/+17
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2015-11-03Add SHA512 digests for distfiles for benchmarks categoryagc1-1/+2
Problems found with existing distfile for superpi: distfiles/super_pi-20030927/super_pi.tar.gz No changes were made to the superpi/distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. distfiles/eagle-lin32-7.4.0.run
2015-08-16(pkgsrc)mef2-8/+9
- Set LICENCE as gnu-gpl-v2 - Add following line for make test to pass BUILD_DEPENDS+= p5-URI-Escape-XS-[0-9]*:../../www/p5-URI-Escape-XS (upstream) - Update 7.102 to 7.107 ------------------------ Version 0.7107: Sat May 2 2015 - Prevent CPAN from indexing private-lib Version 0.7106: Mon Apr 20 2015 - Clarify licensing terms - Move verbose testing to a private module, and implement it in a way that doesn't require editing the Makefile after it is generated. Version 0.7105: Sun Apr 12 2015 - Make basic.t 'Nonzero single result' test reliable http://www.cpantesters.org/cpan/report/abcfc65a-de71-11e4-a1d1-8536eb4f9f07 - Enable verbose testing for CPAN-testers - Consolidate issue tracking at rt.cpan.org Version 0.7104: Sat Apr 4 2015 - Bundle Module::AutoInstall to prevent breaks when people don't have it installed already. Thanks to Andreas Koenig <andk@cpan.org> for the report, and Paul Howarth <paul@city-fan.org> for giving me a kick in the pants to fix it. https://rt.cpan.org/Ticket/Display.html?id=65673 Version 0.7103: Sun Mar 22 2015 - Moved code to github - Added POD test
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-08-14Fix interpreter in installed file. Bump PKGREVISION.wiz1-1/+3
2014-08-13Import p5-Benchmark-Timer-0.7102 as benchmarks/p5-Benchmark-Timer.wiz3-0/+29
The Benchmark::Timer class allows you to time portions of code conveniently, as well as benchmark code by allowing timings of repeated trials. It is perfect for when you need more precise information about the running time of portions of your code than the Benchmark module will give you, but don't want to go all out and profile your code.