mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
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.
7 lines
74 B
Plaintext
7 lines
74 B
Plaintext
[write-and-verify]
|
|
rw=readwrite
|
|
bs=4k
|
|
iodepth=16
|
|
verify=crc32c
|
|
size=100MB
|