summaryrefslogtreecommitdiff
path: root/Ports/fio
AgeCommit message (Collapse)Author
2022-11-07Ports: Update fio to version 3.33Brian Gianforcaro
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-06-08Ports/fio: Update fio to version 3.30EWouters
2022-06-01Ports: Remove outdated stubs from the `fio` patchesTim Schumacher
These have already been added to the system in the meantime.
2022-05-22Ports: Bring all ReadMes in line with their respective patchesTim Schumacher
2022-03-24Ports: Unignore the basic verification file of fioTim Schumacher
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.