diff options
-rw-r--r-- | hawd_defs/mail_query_incremental | 8 |
1 files 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 @@ | |||
1 | { | 1 | { |
2 | "name": "Compare performance of incremental vs non-incremental", | 2 | "name": "Compare execution time of incremental vs non-incremental", |
3 | "description": "Compare performance of incremental vs non-incremental", | 3 | "description": "Execution time of incremental vs non-incremental query", |
4 | "columns": [ | 4 | "columns": [ |
5 | { "name": "nonincremental", "type": "float", "unit": "result/ms" }, | 5 | { "name": "nonincremental", "type": "float", "unit": "ms" }, |
6 | { "name": "incremental", "type": "float", "unit": "result/ms" } | 6 | { "name": "incremental", "type": "float", "unit": "ms" } |
7 | ] | 7 | ] |
8 | } | 8 | } |