X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=ab6e399db5208d81689c0ec9752fa0a7e4adeda1;hp=12ff621d0f1dfb4c7f96fe3bc2e478e2faa8a46d;hb=c95f94046bc8c659b0fab718bd4029fadc87be5a;hpb=fde90aadbbf223d4d9b553c8cda3b65b0b1140e2 diff --git a/options.c b/options.c index 12ff621d..ab6e399d 100644 --- a/options.c +++ b/options.c @@ -715,9 +715,9 @@ static int str_random_distribution_cb(void *data, const char *str) return 0; if (td->o.random_distribution == FIO_RAND_DIST_ZIPF) - val = 1.1; + val = FIO_DEF_ZIPF; else if (td->o.random_distribution == FIO_RAND_DIST_PARETO) - val = 0.2; + val = FIO_DEF_PARETO; else return 0;