diff options
author | aw148015 <Andrew.W.Wilson@sun.com> | 2009-06-08 08:41:22 -0700 |
---|---|---|
committer | aw148015 <Andrew.W.Wilson@sun.com> | 2009-06-08 08:41:22 -0700 |
commit | bd07d7cdaa26579366b0def5c5e8ef7a38c83587 (patch) | |
tree | f598ade9f0bfbeb267d0875d51c956dd3ff88aa8 /usr/src/cmd/filebench | |
parent | 2a26f20564d415e98f3294f43ec7ba0ec1baa133 (diff) | |
download | illumos-joyent-bd07d7cdaa26579366b0def5c5e8ef7a38c83587.tar.gz |
6837628 Filebench needs an SFS like workload (fix unref)
Diffstat (limited to 'usr/src/cmd/filebench')
-rw-r--r-- | usr/src/cmd/filebench/workloads/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/filebench/workloads/Makefile b/usr/src/cmd/filebench/workloads/Makefile index 4716784876..d064a6b350 100644 --- a/usr/src/cmd/filebench/workloads/Makefile +++ b/usr/src/cmd/filebench/workloads/Makefile @@ -19,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -56,6 +56,7 @@ WORKLOADS = \ multistreamreaddirect.f \ multistreamwrite.f \ multistreamwritedirect.f \ + networkfs.f \ oltp.f \ openfiles.f \ randomfileaccess.f \ |