summaryrefslogtreecommitdiffstats
path: root/hawd_defs/facade_query
blob: 615a023f08a4a2013adfc1d89fb7eb04e5027173 (plain)
1
2
3
4
5
6
7
8
{
    "name": "Read performance",
    "description": "Measures performance of the query system",
    "columns": [
        { "name": "rows", "type": "int" },
        { "name": "queryResultPerMs", "type": "float", "unit": "result/ms" }
    ]
}