diff options
Diffstat (limited to 'hawd_defs/mail_query_incremental')
-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 | } | ||