summaryrefslogtreecommitdiff
path: root/Ports/fio/package.sh
AgeCommit message (Collapse)Author
2022-11-07Ports: Update fio to version 3.33Brian Gianforcaro
2022-06-08Ports/fio: Update fio to version 3.30EWouters
2021-12-22Ports: Add `fio` portBrian Gianforcaro
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.