summaryrefslogtreecommitdiffstats
path: root/hawd_defs
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-16 18:01:04 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-16 18:05:49 +0100
commit101176cc504bbecf0eb36e04f250796030a10152 (patch)
treeba5248be0459cbcc8f19bbe5df4c8f4b71cfbfb4 /hawd_defs
parent45a5bf6910db54f358409e7c407b8081cdd711a4 (diff)
downloadsink-101176cc504bbecf0eb36e04f250796030a10152.tar.gz
sink-101176cc504bbecf0eb36e04f250796030a10152.zip
Mailquerybenchmark stuff
Diffstat (limited to 'hawd_defs')
-rw-r--r--hawd_defs/mail_query8
1 files changed, 8 insertions, 0 deletions
diff --git a/hawd_defs/mail_query b/hawd_defs/mail_query
new file mode 100644
index 0000000..c555997
--- /dev/null
+++ b/hawd_defs/mail_query
@@ -0,0 +1,8 @@
1{
2 "name": "Mail Query performance",
3 "description": "Measures performance of mail queries",
4 "columns": [
5 { "name": "rows", "type": "int" },
6 { "name": "queryResultPerMs", "type": "float", "unit": "result/ms" }
7 ]
8}