diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-08 17:03:57 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-08 17:03:57 +0000 |
commit | 7bd7a0d642f0679678e565d4f080d192130620c8 (patch) | |
tree | e0a9e742911dd0db4f9ab4c9c1cb50124a97857c | |
parent | Greg Lehey's util for performance testing of low-level storage devices (diff) |
turn-on rawio
Notes
Notes:
svn path=/head/; revision=20616
-rw-r--r-- | benchmarks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index a2ea627f12c5..383817b67a20 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1999/02/21 00:05:45 jkoshy Exp $ +# $Id: Makefile,v 1.9 1999/04/14 20:39:06 billf Exp $ # SUBDIR += bonnie @@ -11,6 +11,7 @@ SUBDIR += netperf SUBDIR += netpipe SUBDIR += polygraph + SUBDIR += rawio SUBDIR += tcpblast SUBDIR += xengine |