summaryrefslogtreecommitdiffstats
path: root/hawd_defs
diff options
context:
space:
mode:
authorChristian Mollekopf <mollekopf@kolabsystems.com>2017-10-12 16:10:17 +0200
committerChristian Mollekopf <mollekopf@kolabsystems.com>2017-10-12 16:10:17 +0200
commitda0e1bb93de6d45c261a0e48f024f1b0ce92b2d2 (patch)
tree8852bda1939c64d93b44b3608ba3c649d6adad3c /hawd_defs
parent85f77b641d06faf934e54e6f154a31844d94627b (diff)
downloadsink-da0e1bb93de6d45c261a0e48f024f1b0ce92b2d2.tar.gz
sink-da0e1bb93de6d45c261a0e48f024f1b0ce92b2d2.zip
Changed how we record and print the mail query benchmark data.
Each column can represent an individual value, which we can use to record related data. Each row thus represents a new run of the benchmark.
Diffstat (limited to 'hawd_defs')
-rw-r--r--hawd_defs/mail_query3
1 files changed, 2 insertions, 1 deletions
diff --git a/hawd_defs/mail_query b/hawd_defs/mail_query
index c555997..2138507 100644
--- a/hawd_defs/mail_query
+++ b/hawd_defs/mail_query
@@ -3,6 +3,7 @@
3 "description": "Measures performance of mail queries", 3 "description": "Measures performance of mail queries",
4 "columns": [ 4 "columns": [
5 { "name": "rows", "type": "int" }, 5 { "name": "rows", "type": "int" },
6 { "name": "queryResultPerMs", "type": "float", "unit": "result/ms" } 6 { "name": "simple", "type": "float", "unit": "result/ms" },
7 { "name": "threadleader", "type": "float", "unit": "result/ms" }
7 ] 8 ]
8} 9}