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:
parent
33eabb1e68
commit
6954bc933c
25
benchmarks/p5-Dumbbench/Makefile
Normal file
25
benchmarks/p5-Dumbbench/Makefile
Normal 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>
|
2
benchmarks/p5-Dumbbench/distinfo
Normal file
2
benchmarks/p5-Dumbbench/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Dumbbench-0.10.tar.gz) = nUDvt32AQykt2HBRSj7iuXmVLHN/vLs2QQv/W33fbWs=
|
||||
SIZE (Dumbbench-0.10.tar.gz) = 29778
|
2
benchmarks/p5-Dumbbench/pkg/DESCR
Normal file
2
benchmarks/p5-Dumbbench/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
This module attempts to implement reasonably robust benchmarking
|
||||
with little extra effort and expertise required from the user.
|
21
benchmarks/p5-Dumbbench/pkg/PLIST
Normal file
21
benchmarks/p5-Dumbbench/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user