From 3021783dcdd6f2badf0e1cba9587c5d37aa6124f Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 8 Aug 1999 17:03:16 +0000 Subject: Greg Lehey's util for performance testing of low-level storage devices --- benchmarks/rawio/Makefile | 24 ++++++++++++++++++++++++ benchmarks/rawio/distinfo | 1 + benchmarks/rawio/pkg-comment | 1 + benchmarks/rawio/pkg-descr | 3 +++ benchmarks/rawio/pkg-plist | 1 + 5 files changed, 30 insertions(+) create mode 100644 benchmarks/rawio/Makefile create mode 100644 benchmarks/rawio/distinfo create mode 100644 benchmarks/rawio/pkg-comment create mode 100644 benchmarks/rawio/pkg-descr create mode 100644 benchmarks/rawio/pkg-plist (limited to 'benchmarks') diff --git a/benchmarks/rawio/Makefile b/benchmarks/rawio/Makefile new file mode 100644 index 0000000..343feae --- /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 diff --git a/benchmarks/rawio/distinfo b/benchmarks/rawio/distinfo new file mode 100644 index 0000000..384fd54 --- /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 0000000..f9497b6 --- /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 0000000..d041f38 --- /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 0000000..b3ec412 --- /dev/null +++ b/benchmarks/rawio/pkg-plist @@ -0,0 +1 @@ +bin/rawio -- cgit v1.1