Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
f12339cf 07/07/2023 01:09 PM david.sorber

Clean up read test code. Add liburing 2.4 as external source.

e6e5f703 07/17/2022 04:45 PM David Sorber

read_test: Added SynchronizedCounter class.

058717b0 07/09/2022 10:08 AM David Sorber

read_test: Add helper functions to read and validate the current kernel
version. Also add validation for the uring read type to ensure that the
kernel version is >= 5.6.

33bb5385 07/08/2022 03:10 PM David Sorber

read_test: Add optional comment block to output input data one chunk per
file. This can be used to verify that the output data matches the input
data.

864b608c 07/08/2022 11:04 AM David Sorber

read_test: add new uring read method to read_test. It uses (requires)
liburing and a kernel >= 5.6.

ef18eb33 07/07/2022 10:24 AM David Sorber

Correct multiply by integer operator. Also add test cases.

a5734307 07/05/2022 10:07 PM David Sorber

Use boost::program_options for the main program.

a0d1d164 07/05/2022 09:06 PM David Sorber

Adding initial version of read_test.