From 9353c33abad9a486c67ea8bc82e06b37d3b36a92 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 19 Jan 2019 10:39:46 -0800 Subject: clean up. Removed scripts and some configs, they will be in their own repo. --- playgrounds/fio/seq-rw.fio | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 playgrounds/fio/seq-rw.fio (limited to 'playgrounds/fio/seq-rw.fio') 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 - -- cgit v1.2.3