From: Jens Axboe Date: Thu, 13 Oct 2011 06:53:24 +0000 (+0200) Subject: Enable completion latency percentiles by default X-Git-Tag: fio-1.99.6~13 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=467b35ed060e8feebd756bd399f095913281cd2a;hp=250506294d3658d0eab0139d3829917a58b62c9a Enable completion latency percentiles by default Signed-off-by: Jens Axboe --- diff --git a/options.c b/options.c index 580d5aa5..dacfb738 100644 --- a/options.c +++ b/options.c @@ -2016,7 +2016,7 @@ static struct fio_option options[FIO_MAX_OPTS] = { .type = FIO_OPT_BOOL, .off1 = td_var_offset(clat_percentiles), .help = "Enable the reporting of completion latency percentiles", - .def = "0", + .def = "1", }, { .name = "percentile_list",