engines/libblkio: Add option libblkio_force_enable_completion_eventfd
[fio.git] / examples / libblkio-io_uring.fio
CommitLineData
a601337a
AF
1; Benchmark accessing a regular file or block device using libblkio.
2;
3; Replace "/dev/nvme0n1" below with the path to your file or device, or override
4; it by passing the '--libblkio_pre_connect_props=path=...' flag to fio.
5;
6; For information on libblkio, see: https://gitlab.com/libblkio/libblkio
7
8[global]
9ioengine=libblkio
10libblkio_driver=io_uring
11libblkio_pre_connect_props=path=/dev/nvme0n1 ; REPLACE THIS WITH THE RIGHT PATH
12rw=randread
13blocksize=4k
14direct=1
15time_based=1
16runtime=10s
17
18[job]