Commit 0b2850b5 authored by Alexander Strachan's avatar Alexander Strachan Committed by Achilleas Pipinellis

Docs move options to end which require change

parent 26efb338
...@@ -26,7 +26,7 @@ To install: ...@@ -26,7 +26,7 @@ To install:
Then run the following: Then run the following:
```shell ```shell
fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=test --filename=/path/to/git-data/testfile --bs=4k --iodepth=64 --size=4G --readwrite=randrw --rwmixread=75 fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=test --bs=4k --iodepth=64 --readwrite=randrw --rwmixread=75 --size=4G --filename=/path/to/git-data/testfile
``` ```
This will create a 4GB file in `/path/to/git-data/testfile`. It performs This will create a 4GB file in `/path/to/git-data/testfile`. It performs
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment