diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-01-19 10:39:46 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-01-19 10:39:46 -0800 |
commit | 9353c33abad9a486c67ea8bc82e06b37d3b36a92 (patch) | |
tree | b27ff6c5259e7cd983b55153d1fe1438cc75cd6b /playgrounds/fio/seq-read.fio | |
parent | [bash] go back to simple prompt. (diff) | |
download | emacs.d-9353c33abad9a486c67ea8bc82e06b37d3b36a92.tar.gz |
clean up.
Removed scripts and some configs, they will be in their own repo.
Diffstat (limited to '')
-rw-r--r-- | playgrounds/fio/seq-read.fio | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/playgrounds/fio/seq-read.fio b/playgrounds/fio/seq-read.fio deleted file mode 100644 index c3225a3..0000000 --- a/playgrounds/fio/seq-read.fio +++ /dev/null @@ -1,14 +0,0 @@ -[global] -name=fio-seq-reads -filename=./data/fio-seq-reads -rw=read -bs=256K -direct=1 -numjobs=1 -time_based=1 -runtime=900 - -[file1] -size=8G -ioengine=libaio -iodepth=16 |