pkgsrc-WIP-changes archive

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

wip/optibench: import OptiBench-0.2.0.1



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed May 20 11:11:27 2020 -0500
Changeset:	f0087e0e771d7ec60ca35364534bae9961428811

Added Files:
	optibench/DESCR
	optibench/Makefile
	optibench/PLIST
	optibench/distinfo

Log Message:
wip/optibench: import OptiBench-0.2.0.1

OptiBench is a simple program to measure optimal sustained memory and disk
performance.

Unlike many benchmarks, it does not attempt to simulate naturally occurring
loads. Rather, it indicates what is the best performance you can expect out of

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f0087e0e771d7ec60ca35364534bae9961428811

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 optibench/DESCR    |  5 +++++
 optibench/Makefile | 17 +++++++++++++++++
 optibench/PLIST    |  3 +++
 optibench/distinfo |  6 ++++++
 4 files changed, 31 insertions(+)

diffs:
diff --git a/optibench/DESCR b/optibench/DESCR
new file mode 100644
index 0000000000..2841e8bab9
--- /dev/null
+++ b/optibench/DESCR
@@ -0,0 +1,5 @@
+OptiBench is a simple program to measure optimal sustained memory and disk
+performance.
+
+Unlike many benchmarks, it does not attempt to simulate naturally occurring
+loads. Rather, it indicates what is the best performance you can expect out of
diff --git a/optibench/Makefile b/optibench/Makefile
new file mode 100644
index 0000000000..a1fb90dc3f
--- /dev/null
+++ b/optibench/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+#
+
+DISTNAME=	OptiBench-0.2.0.1
+CATEGORIES=	benchmarks
+MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
+GITHUB_TAG=	287978199ac7c5b5c65f82f75a8032dad8d4239d
+
+MAINTAINER=	bacon%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/outpaddling/OptiBench
+COMMENT=	Benchmark to measure optimal sustained memory and disk performance
+LICENSE=	2-clause-bsd
+
+INSTALL_MAKE_FLAGS+=	PREFIX=${DESTDIR}${PREFIX} \
+			MANPREFIX=${DESTDIR}${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/optibench/PLIST b/optibench/PLIST
new file mode 100644
index 0000000000..39727f3b56
--- /dev/null
+++ b/optibench/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/optibench
+man/man1/optibench.1
diff --git a/optibench/distinfo b/optibench/distinfo
new file mode 100644
index 0000000000..d795f7a4ec
--- /dev/null
+++ b/optibench/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (OptiBench-0.2.0.1-287978199ac7c5b5c65f82f75a8032dad8d4239d.tar.gz) = 09f65416d4ce6f56e9c15a9c21b8c3b7157a3604
+RMD160 (OptiBench-0.2.0.1-287978199ac7c5b5c65f82f75a8032dad8d4239d.tar.gz) = 342ea6f5144f45e7ff0dd91e5f2c6c4d0a40ed84
+SHA512 (OptiBench-0.2.0.1-287978199ac7c5b5c65f82f75a8032dad8d4239d.tar.gz) = 1bf4df98443f6fa3f7a5468d29539e77a20417f884c52e5f0b3887b7a8987717a436cbc6b43a1d6c08f224c29098c56bbf75ba846bcf597f14ff93541bc155bf
+Size (OptiBench-0.2.0.1-287978199ac7c5b5c65f82f75a8032dad8d4239d.tar.gz) = 213590 bytes


Home | Main Index | Thread Index | Old Index