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