axboe / fio

Flexible I/O Tester
GNU General Public License v2.0
5.29k stars 1.26k forks source link

Windows IoRing ioengine #1711

Open mokurin000 opened 9 months ago

mokurin000 commented 9 months ago

IoRing in windows is like io_uring in linux, and may provides better performance than sync ioengine (around 2%-3% faster to read thousands of files according to the result from IoRing_Demos in 2 years ago), we should include that ioengine for the further I/O bench based on IoRing.

Also, IoRing was first introduced to windows in Windows 11 21H2, which means it might be immature at this time.