mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:27:35 +00:00
Ports: Add fio
port
fio allows you to test various different IO subsystems and patterns. It can help us test and benchmark the I/O subsystems of Serenity. This port gets the fio bootstrapped and working, using the included .fio file, I have been able to test the file I/O performance already.
This commit is contained in:
parent
c724955d54
commit
4490668af2
8 changed files with 246 additions and 0 deletions
6
Ports/fio/basic-verify.fio
Normal file
6
Ports/fio/basic-verify.fio
Normal file
|
@ -0,0 +1,6 @@
|
|||
[write-and-verify]
|
||||
rw=readwrite
|
||||
bs=4k
|
||||
iodepth=16
|
||||
verify=crc32c
|
||||
size=100MB
|
Loading…
Add table
Add a link
Reference in a new issue