Last active
February 18, 2022 09:47
-
-
Save takuya/6599a4b012080f8aef36582b9efc2fed to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
ioengine=libaio | |
iodepth=1 | |
size=1g | |
direct=1 | |
runtime=60 | |
directory=${TARGET} | |
stonewall | |
[Seq-Read] | |
bs=1m | |
rw=read | |
[Seq-Write] | |
bs=1m | |
rw=write | |
[Rand-Read-512K] | |
bs=512k | |
rw=randread | |
[Rand-Write-512K] | |
bs=512k | |
rw=randwrite | |
[Rand-Read-4K] | |
bs=4k | |
rw=randread | |
[Rand-Write-4K] | |
bs=4k | |
rw=randwrite | |
[Rand-Read-4K-QD32] | |
iodepth=32 | |
bs=4k | |
rw=randread | |
[Rand-Write-4K-QD32] | |
iodepth=32 | |
bs=4k | |
rw=randwrite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment