diff options
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 |