diff options
author | Franck Cuny <fcuny@twitter.com> | 2018-11-23 09:27:06 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2018-11-23 09:27:06 -0800 |
commit | 4492c5cfbe0e99666afed6780b674beaa670d1a1 (patch) | |
tree | 0b60557a2640f364ddeef4cbca9d72b2358e618b /playgrounds/fio/seq-read.fio | |
parent | [tmux] Small change to binding + fix terminal (diff) | |
download | emacs.d-4492c5cfbe0e99666afed6780b674beaa670d1a1.tar.gz |
[bash] Let's try to use emacs tty
Diffstat (limited to '')
-rw-r--r-- | playgrounds/fio/seq-read.fio | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/playgrounds/fio/seq-read.fio b/playgrounds/fio/seq-read.fio new file mode 100644 index 0000000..c3225a3 --- /dev/null +++ b/playgrounds/fio/seq-read.fio @@ -0,0 +1,14 @@ +[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 |