mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
4490668af2
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.
6 lines
74 B
Text
6 lines
74 B
Text
[write-and-verify]
|
|
rw=readwrite
|
|
bs=4k
|
|
iodepth=16
|
|
verify=crc32c
|
|
size=100MB
|