import p5-Dumbbench 0.10

OK benoit@ sthen@

Comment:
more reliable benchmarking

Description:
This module attempts to implement reasonably robust benchmarking
with little extra effort and expertise required from the user.
This commit is contained in:
bluhm 2017-01-08 01:16:32 +00:00
parent 33eabb1e68
commit 6954bc933c
4 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/01/08 01:16:32 bluhm Exp $
COMMENT = more reliable benchmarking
DISTNAME = Dumbbench-0.10
CATEGORIES = benchmarks
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
CPAN_AUTHOR = SMUELLER
RUN_DEPENDS = devel/p5-Class-XSAccessor>=1.05 \
devel/p5-Devel-CheckOS \
devel/p5-Params-Util \
math/p5-Number-WithError>=1.00 \
math/p5-Statistics-CaseResampling>=0.06 \
sysutils/p5-Capture-Tiny
PKG_ARCH = *
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Dumbbench-0.10.tar.gz) = nUDvt32AQykt2HBRSj7iuXmVLHN/vLs2QQv/W33fbWs=
SIZE (Dumbbench-0.10.tar.gz) = 29778

View File

@ -0,0 +1,2 @@
This module attempts to implement reasonably robust benchmarking
with little extra effort and expertise required from the user.

View File

@ -0,0 +1,21 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/01/08 01:16:32 bluhm Exp $
bin/dumbbench
${P5SITE}/Benchmark/
${P5SITE}/Benchmark/Dumb.pm
${P5SITE}/Dumbbench/
${P5SITE}/Dumbbench.pm
${P5SITE}/Dumbbench/BoxPlot.pm
${P5SITE}/Dumbbench/CPUFrequencyPinner.pm
${P5SITE}/Dumbbench/Instance/
${P5SITE}/Dumbbench/Instance.pm
${P5SITE}/Dumbbench/Instance/Cmd.pm
${P5SITE}/Dumbbench/Instance/PerlEval.pm
${P5SITE}/Dumbbench/Instance/PerlSub.pm
${P5SITE}/Dumbbench/Result.pm
${P5SITE}/Dumbbench/Stats.pm
@man man/man3p/Benchmark::Dumb.3p
@man man/man3p/Dumbbench.3p
@man man/man3p/Dumbbench::Instance.3p
@man man/man3p/Dumbbench::Instance::Cmd.3p
@man man/man3p/Dumbbench::Instance::PerlEval.3p
@man man/man3p/Dumbbench::Instance::PerlSub.3p