diff options
author | obrien <obrien@FreeBSD.org> | 1999-08-09 01:03:16 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-08-09 01:03:16 +0800 |
commit | 3021783dcdd6f2badf0e1cba9587c5d37aa6124f (patch) | |
tree | 69a2c6b2330940b13c02e8a22a6fc2d5b66da3f9 /benchmarks/rawio | |
parent | c6b09624375c103eb2008dbc69987f072bfcd8c0 (diff) | |
download | freebsd-ports-gnome-3021783dcdd6f2badf0e1cba9587c5d37aa6124f.tar.gz freebsd-ports-gnome-3021783dcdd6f2badf0e1cba9587c5d37aa6124f.tar.zst freebsd-ports-gnome-3021783dcdd6f2badf0e1cba9587c5d37aa6124f.zip |
Greg Lehey's util for performance testing of low-level storage devices
Diffstat (limited to 'benchmarks/rawio')
-rw-r--r-- | benchmarks/rawio/Makefile | 24 | ||||
-rw-r--r-- | benchmarks/rawio/distinfo | 1 | ||||
-rw-r--r-- | benchmarks/rawio/pkg-comment | 1 | ||||
-rw-r--r-- | benchmarks/rawio/pkg-descr | 3 | ||||
-rw-r--r-- | benchmarks/rawio/pkg-plist | 1 |
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 |