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