serenity/Ports/fio/basic-verify.fio
Brian Gianforcaro 4490668af2 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.
2021-12-22 13:28:13 -08:00

7 lines
74 B
Plaintext

[write-and-verify]
rw=readwrite
bs=4k
iodepth=16
verify=crc32c
size=100MB