From 467b35ed060e8feebd756bd399f095913281cd2a Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 13 Oct 2011 08:53:24 +0200 Subject: [PATCH 1/1] Enable completion latency percentiles by default Signed-off-by: Jens Axboe --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.25.1