From 2d0581fad27bfb0a4c75fc6fc1a46c51cd189277 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 13 Oct 2017 09:48:37 +0200 Subject: Fixed mail_query_incremental definitions --- hawd_defs/mail_query_incremental | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hawd_defs/mail_query_incremental b/hawd_defs/mail_query_incremental index c631c90..2c123ad 100644 --- a/hawd_defs/mail_query_incremental +++ b/hawd_defs/mail_query_incremental @@ -1,8 +1,8 @@ { - "name": "Compare performance of incremental vs non-incremental", - "description": "Compare performance of incremental vs non-incremental", + "name": "Compare execution time of incremental vs non-incremental", + "description": "Execution time of incremental vs non-incremental query", "columns": [ - { "name": "nonincremental", "type": "float", "unit": "result/ms" }, - { "name": "incremental", "type": "float", "unit": "result/ms" } + { "name": "nonincremental", "type": "float", "unit": "ms" }, + { "name": "incremental", "type": "float", "unit": "ms" } ] } -- cgit v1.2.3