diff options
author | Christian Mollekopf <mollekopf@kolabsystems.com> | 2017-10-12 16:29:07 +0200 |
---|---|---|
committer | Christian Mollekopf <mollekopf@kolabsystems.com> | 2017-10-12 16:29:37 +0200 |
commit | c43dfffabb5eeb5aeae2204669ec5fab19c99189 (patch) | |
tree | 9e6bd8203c0dec2711025b83da4f6d6393d1bf97 /hawd_defs | |
parent | 93e91facbab72d45310492c6f6d1c7b8ce010b3f (diff) | |
download | sink-c43dfffabb5eeb5aeae2204669ec5fab19c99189.tar.gz sink-c43dfffabb5eeb5aeae2204669ec5fab19c99189.zip |
hawd def for incremental vs nonincremental comparison
Diffstat (limited to 'hawd_defs')
-rw-r--r-- | hawd_defs/mail_query_incremental | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hawd_defs/mail_query_incremental b/hawd_defs/mail_query_incremental new file mode 100644 index 0000000..c631c90 --- /dev/null +++ b/hawd_defs/mail_query_incremental | |||
@@ -0,0 +1,8 @@ | |||
1 | { | ||
2 | "name": "Compare performance of incremental vs non-incremental", | ||
3 | "description": "Compare performance of incremental vs non-incremental", | ||
4 | "columns": [ | ||
5 | { "name": "nonincremental", "type": "float", "unit": "result/ms" }, | ||
6 | { "name": "incremental", "type": "float", "unit": "result/ms" } | ||
7 | ] | ||
8 | } | ||