fio: allow milliseconds on all time specifiers
[fio.git] / options.c
index ea5166434cf7b56a2db8e5a9696987f115421d2a..4a68c01bc9e4a0a11368b10ca9586e179c5ab0be 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1783,6 +1783,13 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .category = FIO_OPT_C_IO,
                .group  = FIO_OPT_G_RANDOM,
        },
+       {
+               .name   = "allrandrepeat",
+               .type   = FIO_OPT_BOOL,
+               .off1   = td_var_offset(allrand_repeatable),
+               .help   = "Use repeatable random numbers for everything",
+               .def    = "0",
+       },
        {
                .name   = "nrfiles",
                .lname  = "Number of files",