From c43dfffabb5eeb5aeae2204669ec5fab19c99189 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 12 Oct 2017 16:29:07 +0200 Subject: hawd def for incremental vs nonincremental comparison --- hawd_defs/mail_query_incremental | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hawd_defs/mail_query_incremental (limited to 'hawd_defs/mail_query_incremental') 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 @@ +{ + "name": "Compare performance of incremental vs non-incremental", + "description": "Compare performance of incremental vs non-incremental", + "columns": [ + { "name": "nonincremental", "type": "float", "unit": "result/ms" }, + { "name": "incremental", "type": "float", "unit": "result/ms" } + ] +} -- cgit v1.2.3