summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-08-08 17:03:16 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-08-08 17:03:16 +0000
commit1d73744cbf1391bf5ed166c3db8528987005da5d (patch)
tree0e498b515473d62356185e8c18d7f8c8517c0146 /benchmarks
parentapache's cgi-dir now resides in ${PREFIX}/share/apache (diff)
Greg Lehey's util for performance testing of low-level storage devices
Notes
Notes: svn path=/head/; revision=20615
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/rawio/Makefile24
-rw-r--r--benchmarks/rawio/distinfo1
-rw-r--r--benchmarks/rawio/pkg-comment1
-rw-r--r--benchmarks/rawio/pkg-descr3
-rw-r--r--benchmarks/rawio/pkg-plist1
5 files changed, 30 insertions, 0 deletions
diff --git a/benchmarks/rawio/Makefile b/benchmarks/rawio/Makefile
new file mode 100644
index 000000000000..343feae25d0a
--- /dev/null
+++ b/benchmarks/rawio/Makefile
@@ -0,0 +1,24 @@
+# ex:ts=8
+# Ports collection makefile for: Rawio
+# Version required: 1.0
+# Date created: Sun Aug 08, 1999
+# Whom: David O'Brien (obrien@NUXI.com)
+#
+# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $
+#
+
+DISTNAME= rawio
+PKGNAME= rawio-1.0
+CATEGORIES= benchmarks
+MASTER_SITES= ftp://ftp.lemis.com/pub/
+
+MAINTAINER= obrien@FreeBSD.org
+
+NO_WRKSUBDIR= yes
+MAN1= rawio.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/rawio ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/rawio.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>
diff --git a/benchmarks/rawio/distinfo b/benchmarks/rawio/distinfo
new file mode 100644
index 000000000000..384fd540ecc6
--- /dev/null
+++ b/benchmarks/rawio/distinfo
@@ -0,0 +1 @@
+MD5 (rawio.tar.gz) = 0a6512ad0bdd2ad642eee92ca8b0fc11
diff --git a/benchmarks/rawio/pkg-comment b/benchmarks/rawio/pkg-comment
new file mode 100644
index 000000000000..f9497b6f2bbf
--- /dev/null
+++ b/benchmarks/rawio/pkg-comment
@@ -0,0 +1 @@
+test performance of low-level storage devices
diff --git a/benchmarks/rawio/pkg-descr b/benchmarks/rawio/pkg-descr
new file mode 100644
index 000000000000..d041f38eb063
--- /dev/null
+++ b/benchmarks/rawio/pkg-descr
@@ -0,0 +1,3 @@
+Rawio tests the speed of your low-level character I/O devices.
+It is intended for comparisons of storage devices on a single system,
+and is not suited for cross-platform performance testing.
diff --git a/benchmarks/rawio/pkg-plist b/benchmarks/rawio/pkg-plist
new file mode 100644
index 000000000000..b3ec41224d34
--- /dev/null
+++ b/benchmarks/rawio/pkg-plist
@@ -0,0 +1 @@
+bin/rawio