diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-08-01 23:36:52 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-08-01 23:36:52 +0000 |
commit | dd57828bce52e98f4f14b41f166057b4121dd682 (patch) | |
tree | 25ac1753cbbc007cb023804ebc69dd14bd1d9282 /benchmarks | |
parent | A distributed benchmarking system for TCP networks. (diff) |
Enable DBS.
Notes
Notes:
svn path=/head/; revision=12247
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 177ed1fd5756..00b8f45bbc1e 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,8 +1,9 @@ -# $Id: Makefile,v 1.5 1998/03/27 12:29:00 tg Exp $ +# $Id: Makefile,v 1.6 1998/06/15 18:14:45 ghelmer Exp $ # SUBDIR += bonnie SUBDIR += bytebench + SUBDIR += dbs SUBDIR += hint SUBDIR += iozone SUBDIR += lmbench |