pkgsrc-Changes archive

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

CVS commit: pkgsrc/benchmarks/R-microbenchmark



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Sep 21 00:25:18 UTC 2020

Added Files:
        pkgsrc/benchmarks/R-microbenchmark: DESCR Makefile distinfo

Log Message:
benchmarks/R-microbenchmark: import R-microbenchmark-1.4.7

Provides infrastructure to accurately measure and compare the
execution time of R expressions.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/benchmarks/R-microbenchmark/DESCR \
    pkgsrc/benchmarks/R-microbenchmark/Makefile \
    pkgsrc/benchmarks/R-microbenchmark/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-microbenchmark/DESCR
diff -u /dev/null pkgsrc/benchmarks/R-microbenchmark/DESCR:1.1
--- /dev/null   Mon Sep 21 00:25:18 2020
+++ pkgsrc/benchmarks/R-microbenchmark/DESCR    Mon Sep 21 00:25:18 2020
@@ -0,0 +1,2 @@
+Provides infrastructure to accurately measure and compare the
+execution time of R expressions.
Index: pkgsrc/benchmarks/R-microbenchmark/Makefile
diff -u /dev/null pkgsrc/benchmarks/R-microbenchmark/Makefile:1.1
--- /dev/null   Mon Sep 21 00:25:18 2020
+++ pkgsrc/benchmarks/R-microbenchmark/Makefile Mon Sep 21 00:25:18 2020
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2020/09/21 00:25:18 mef Exp $
+
+R_PKGNAME=     microbenchmark
+R_PKGVER=      1.4-7
+CATEGORIES=    benchmarks
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Accurate Timing Functions
+LICENSE=       2-clause-bsd    # + file LICENSE
+
+# Packages suggested but not available: 'multcomp', 'RUnit'
+TEST_DEPENDS+= R-RUnit-[0-9]*:../../devel/R-RUnit
+
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/benchmarks/R-microbenchmark/distinfo
diff -u /dev/null pkgsrc/benchmarks/R-microbenchmark/distinfo:1.1
--- /dev/null   Mon Sep 21 00:25:18 2020
+++ pkgsrc/benchmarks/R-microbenchmark/distinfo Mon Sep 21 00:25:18 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/21 00:25:18 mef Exp $
+
+SHA1 (R/microbenchmark_1.4-7.tar.gz) = 7d4fac0077a326bfed8904d0d60bd73f9aa9712f
+RMD160 (R/microbenchmark_1.4-7.tar.gz) = 3a9346a92c642eb60eb30d53adcbf219a94a5b2b
+SHA512 (R/microbenchmark_1.4-7.tar.gz) = 8056ad3464bd66a1a7bc9827e01516d3e92b9ed45932122ccf19b2ce6aec8904ed9c0868193890821fc5e03b95ff820a76dcefeaa87de326b2cb6b8783c33f30
+Size (R/microbenchmark_1.4-7.tar.gz) = 58535 bytes



Home | Main Index | Thread Index | Old Index