pkgsrc-WIP-changes archive

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

optibench: Update to 0.2.0.8



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Jun 15 20:02:01 2021 -0500
Changeset:	a3dd5bd51ad237767089a4b03cde2acbb82ecb1a

Modified Files:
	optibench/Makefile
	optibench/distinfo

Log Message:
optibench: Update to 0.2.0.8

For random read test, read every block in the file once in random order, so
comparison with sequential read is more straightforward.
Also clean up report format.
LFLAGS -> LDFLAGS to respect env

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

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

diffstat:
 optibench/Makefile | 4 ++--
 optibench/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/optibench/Makefile b/optibench/Makefile
index a1fb90dc3f..c7bc8dc775 100644
--- a/optibench/Makefile
+++ b/optibench/Makefile
@@ -1,10 +1,10 @@
 # $NetBSD$
 #
 
-DISTNAME=	OptiBench-0.2.0.1
+DISTNAME=	OptiBench-0.2.0.8
 CATEGORIES=	benchmarks
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	287978199ac7c5b5c65f82f75a8032dad8d4239d
+GITHUB_TAG=	35a48f7aa7ff4f4729f06fd6d2c170564933d4c5
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/OptiBench
diff --git a/optibench/distinfo b/optibench/distinfo
index d795f7a4ec..44eb933412 100644
--- a/optibench/distinfo
+++ b/optibench/distinfo
@@ -1,6 +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
+SHA1 (OptiBench-0.2.0.8-35a48f7aa7ff4f4729f06fd6d2c170564933d4c5.tar.gz) = 4120e4b6050ed2042853f0dd127dfef1fa900433
+RMD160 (OptiBench-0.2.0.8-35a48f7aa7ff4f4729f06fd6d2c170564933d4c5.tar.gz) = bad57a7f4dc5110d011ec85572042d7ac57a005f
+SHA512 (OptiBench-0.2.0.8-35a48f7aa7ff4f4729f06fd6d2c170564933d4c5.tar.gz) = c34ae84028484a8fd86f56a559b1b4ec903909593c459039c2f5cdaa508989e716d3c61e7ed9051e44167451d8dd41613a61d0823a7b2ae04fbdd87a1fd2ea31
+Size (OptiBench-0.2.0.8-35a48f7aa7ff4f4729f06fd6d2c170564933d4c5.tar.gz) = 213755 bytes


Home | Main Index | Thread Index | Old Index