pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/R-rbenchmark benchmarks/R-rbenchmark: impor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87baa8f0fc65
branches:  trunk
changeset: 440201:87baa8f0fc65
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Oct 04 05:05:59 2020 +0000

description:
benchmarks/R-rbenchmark: import R-rbenchmark-1.0.0

rbenchmark is inspired by the Perl module Benchmark, and is intended
to facilitate benchmarking of arbitrary R code. The library consists
of just one function, benchmark, which is a simple wrapper around
system.time.  Given a specification of the benchmarking process
(counts of replications, evaluation environment) and an arbitrary
number of expressions, benchmark evaluates each of the expressions in
the specified environment, replicating the evaluation as many times as
specified, and returning the results conveniently wrapped into a data
frame.

diffstat:

 benchmarks/R-rbenchmark/DESCR    |   9 +++++++++
 benchmarks/R-rbenchmark/Makefile |  15 +++++++++++++++
 benchmarks/R-rbenchmark/distinfo |   6 ++++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 4d2752fa00a1 -r 87baa8f0fc65 benchmarks/R-rbenchmark/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/R-rbenchmark/DESCR     Sun Oct 04 05:05:59 2020 +0000
@@ -0,0 +1,9 @@
+rbenchmark is inspired by the Perl module Benchmark, and is intended
+to facilitate benchmarking of arbitrary R code. The library consists
+of just one function, benchmark, which is a simple wrapper around
+system.time.  Given a specification of the benchmarking process
+(counts of replications, evaluation environment) and an arbitrary
+number of expressions, benchmark evaluates each of the expressions in
+the specified environment, replicating the evaluation as many times as
+specified, and returning the results conveniently wrapped into a data
+frame.
diff -r 4d2752fa00a1 -r 87baa8f0fc65 benchmarks/R-rbenchmark/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/R-rbenchmark/Makefile  Sun Oct 04 05:05:59 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/10/04 05:05:59 mef Exp $
+
+R_PKGNAME=     rbenchmark
+R_PKGVER=      1.0.0
+CATEGORIES=    benchmarks
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Benchmarking routine for R
+HOMEPAGE=      https://cran.r-project.org/web/packages/rbenchmark/
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 4d2752fa00a1 -r 87baa8f0fc65 benchmarks/R-rbenchmark/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/R-rbenchmark/distinfo  Sun Oct 04 05:05:59 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/10/04 05:05:59 mef Exp $
+
+SHA1 (R/rbenchmark_1.0.0.tar.gz) = ebeec0b8ce6b43c89ee552aba488cfe0f59d1cce
+RMD160 (R/rbenchmark_1.0.0.tar.gz) = ba93ce5349c17ec6883b6985f4b648e0c62edb6d
+SHA512 (R/rbenchmark_1.0.0.tar.gz) = 3857df545cf37246aa80de061ff62544a6114cfc73ae66bfac7d8a78fc32d45e08b70648edea528cca4db0ef4b351f9f71bedfc64a7d8f3ecbd423848a715a7f
+Size (R/rbenchmark_1.0.0.tar.gz) = 5093 bytes



Home | Main Index | Thread Index | Old Index