diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-30 15:10:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-30 15:10:52 +0800 |
commit | d4d1c6d9b1bbaf60a19c45a7aadb0fb9a9faa646 (patch) | |
tree | ca7294851760c86e2866bf5f7532faa49d798c7e /benchmarks/Makefile | |
parent | 08c17f69613ba87300339ace187ab8647701e6de (diff) | |
download | freebsd-ports-gnome-d4d1c6d9b1bbaf60a19c45a7aadb0fb9a9faa646.tar.gz freebsd-ports-gnome-d4d1c6d9b1bbaf60a19c45a7aadb0fb9a9faa646.tar.zst freebsd-ports-gnome-d4d1c6d9b1bbaf60a19c45a7aadb0fb9a9faa646.zip |
The mdtest software is used for testing the metadata
performance of a file system.
WWW: http://www.llnl.gov/icc/lc/siop/
PR: ports/112237
Submitted by: Chao Shin <quakelee at cn.freebsd.org>
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index b72ac1ca0795..7ea1cb2ccd47 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -24,6 +24,7 @@ SUBDIR += iperf SUBDIR += libmicro SUBDIR += lmbench + SUBDIR += mdtest SUBDIR += nbench SUBDIR += netio SUBDIR += netperf |