diff options
Diffstat (limited to '')
-rw-r--r-- | playgrounds/fio/seq-write.fio | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/playgrounds/fio/seq-write.fio b/playgrounds/fio/seq-write.fio deleted file mode 100644 index 88fbeaa..0000000 --- a/playgrounds/fio/seq-write.fio +++ /dev/null @@ -1,14 +0,0 @@ -[global] -name=fio-seq-write -filename=./data/fio-seq-write -rw=write -bs=256K -direct=0 -numjobs=1 -time_based=1 -runtime=900 - -[file1] -size=8G -ioengine=libaio -iodepth=16 |