diff options
author | adam <adam@pkgsrc.org> | 2004-11-10 14:13:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-10 14:13:21 +0000 |
commit | 20b4b8917af85a9879429abea83aa6fb7801c55b (patch) | |
tree | a657d5cf3559b93292fd5f9e20ebe508acc0dc98 /benchmarks | |
parent | 74fb8f9d952a89bfe31ee5f05128b3f14674c97e (diff) | |
download | pkgsrc-20b4b8917af85a9879429abea83aa6fb7801c55b.tar.gz |
Changes 3.218
Add label to Excel spreadsheet that describes the rows and columns.
Add support for Solaris64 with VxFS.
Add support for Linux-arm
Changes 3.219
Add sleep to permit child to get connection up before master does
connect.
Changes 3.220
Improve master connect to child, without delays.
Changes 3.221
Add -+B Mixed sequential testing. BlueArc request.
Changes 3.222
Workaround for bug in Cygwin's sscanf
Changes 3.223
Add transfer size to the output from -Q
Changes 3.224
Work around for TCP_WAIT in Windows.
Changes 3.225
Fix for broken rsh on Windows.
Changes 3.226
Workaround for gcc 3.4. From the folks at Gentoo.org.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iozone/Makefile | 20 | ||||
-rw-r--r-- | benchmarks/iozone/distinfo | 8 | ||||
-rw-r--r-- | benchmarks/iozone/patches/patch-aa | 6 |
3 files changed, 17 insertions, 17 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 42ffc87affb..f085a01898a 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.26 2004/07/30 15:50:37 minskim Exp $ +# $NetBSD: Makefile,v 1.27 2004/11/10 14:13:21 adam Exp $ -DISTNAME= iozone3_217 -PKGNAME= iozone-3.217 -CATEGORIES= benchmarks -MASTER_SITES= http://www.iozone.org/src/current/ -EXTRACT_SUFX= .tar +DISTNAME= iozone3_226 +PKGNAME= iozone-3.226 +CATEGORIES= benchmarks +MASTER_SITES= http://www.iozone.org/src/current/ +EXTRACT_SUFX= .tar -MAINTAINER= root@garbled.net -HOMEPAGE= http://www.iozone.org/ -COMMENT= Benchmark for file read and write speed +MAINTAINER= root@garbled.net +HOMEPAGE= http://www.iozone.org/ +COMMENT= Benchmark for file read and write speed -RESTRICTED= "Publication of derivative works not allowed" +RESTRICTED= "Publication of derivative works not allowed" PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/benchmarks/iozone/distinfo b/benchmarks/iozone/distinfo index 85abc86db15..54d4c494b20 100644 --- a/benchmarks/iozone/distinfo +++ b/benchmarks/iozone/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2004/05/05 00:43:10 danw Exp $ +$NetBSD: distinfo,v 1.11 2004/11/10 14:13:21 adam Exp $ -SHA1 (iozone3_217.tar) = b4bdf9d70eb849f0c944e6772917fe624ea971ce -Size (iozone3_217.tar) = 1413120 bytes -SHA1 (patch-aa) = c5668083463cf6fb5a145d0a08b88448eeb0096b +SHA1 (iozone3_226.tar) = 03b8357516ba04c0e703b990af229aa121ff7704 +Size (iozone3_226.tar) = 1433600 bytes +SHA1 (patch-aa) = f7df2d539f7b5eb6cdd3ae6c51870784153e9c92 diff --git a/benchmarks/iozone/patches/patch-aa b/benchmarks/iozone/patches/patch-aa index ada6fa7413d..4a45668ca79 100644 --- a/benchmarks/iozone/patches/patch-aa +++ b/benchmarks/iozone/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.5 2004/05/05 00:43:10 danw Exp $ +$NetBSD: patch-aa,v 1.6 2004/11/10 14:13:21 adam Exp $ ---- makefile.orig Sun May 2 21:02:32 2004 +--- makefile.orig 2004-10-29 15:11:36.000000000 +0000 +++ makefile -@@ -59,6 +59,7 @@ all: +@@ -67,6 +67,7 @@ all: @echo " -> UWIN (32bit) <-" @echo " -> Windows (95/98/NT) (32bit) <-" @echo "" |