pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/benchmarks/R-rbenchmark
Module Name: pkgsrc
Committed By: mef
Date: Sun Oct 4 05:05:59 UTC 2020
Added Files:
pkgsrc/benchmarks/R-rbenchmark: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/benchmarks/R-rbenchmark/DESCR \
pkgsrc/benchmarks/R-rbenchmark/Makefile \
pkgsrc/benchmarks/R-rbenchmark/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/benchmarks/R-rbenchmark/DESCR
diff -u /dev/null pkgsrc/benchmarks/R-rbenchmark/DESCR:1.1
--- /dev/null Sun Oct 4 05:05:59 2020
+++ pkgsrc/benchmarks/R-rbenchmark/DESCR Sun Oct 4 05:05:59 2020
@@ -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.
Index: pkgsrc/benchmarks/R-rbenchmark/Makefile
diff -u /dev/null pkgsrc/benchmarks/R-rbenchmark/Makefile:1.1
--- /dev/null Sun Oct 4 05:05:59 2020
+++ pkgsrc/benchmarks/R-rbenchmark/Makefile Sun Oct 4 05:05:59 2020
@@ -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"
Index: pkgsrc/benchmarks/R-rbenchmark/distinfo
diff -u /dev/null pkgsrc/benchmarks/R-rbenchmark/distinfo:1.1
--- /dev/null Sun Oct 4 05:05:59 2020
+++ pkgsrc/benchmarks/R-rbenchmark/distinfo Sun Oct 4 05:05:59 2020
@@ -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