diff options
author | ek110237 <none@none> | 2008-04-02 14:39:34 -0700 |
---|---|---|
committer | ek110237 <none@none> | 2008-04-02 14:39:34 -0700 |
commit | c296eabe2feb8e34679edccdc9f4dde5730a585c (patch) | |
tree | 113663258200a63bce7c26584fd723ca46f58cde /usr/src | |
parent | a7480016c628a109c85b02a0c7c5e1cdb6ad8d02 (diff) | |
download | illumos-gate-c296eabe2feb8e34679edccdc9f4dde5730a585c.tar.gz |
6683036 filemicro_createfiles.f missing a # sign
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/cmd/filebench/workloads/filemicro_createfiles.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/filebench/workloads/filemicro_createfiles.f b/usr/src/cmd/filebench/workloads/filemicro_createfiles.f index d5f4894f43..8f9104d7f9 100644 --- a/usr/src/cmd/filebench/workloads/filemicro_createfiles.f +++ b/usr/src/cmd/filebench/workloads/filemicro_createfiles.f @@ -30,7 +30,7 @@ # # The single thread then creates a new file and writes the whole file with # 1MB I/Os. The thread stops after 5000 files ($count/num of flowops) have -been created and written to. +# been created and written to. set $dir=/tmp set $count=15000 |