Avoid using units in option defaults
[fio.git] / profiles / tiobench.c
index 8af6f4edb1116984e3192c3c8c059d06d46c2826..17229b9e060c88f25f26ef70094fe3771f48c3c6 100644 (file)
@@ -49,7 +49,7 @@ static struct fio_option options[] = {
                .type   = FIO_OPT_INT,
                .off1   = offsetof(struct tiobench_options, bs),
                .help   = "Block size in bytes",
-               .def    = "4k",
+               .def    = "4096",
                .category = FIO_OPT_C_PROFILE,
                .group  = FIO_OPT_G_TIOBENCH,
        },