t/io_uring: add -R option for random/sequential IO
authorJens Axboe <axboe@kernel.dk>
Fri, 19 Nov 2021 17:44:15 +0000 (10:44 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 19 Nov 2021 17:44:15 +0000 (10:44 -0700)
commitbeda9d8d9e9148ff34eaa0eeb0cde19a36f47494
tree1bed5df6bbe835096659d4c611b3a5bc66e1cf92
parent9eff5320c9f4e4ce19c10f87d9548cb5098f62be
t/io_uring: add -R option for random/sequential IO

If -R1 is used, which is the default, then a random IO pattern is used.
If -R0 is used, then the IO will be sequential.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/io_uring.c