summaryrefslogtreecommitdiffstats
path: root/hawd_defs/mail_query_incremental
blob: c631c90d6eaa48bf089203334489d669e36efb93 (plain)
1
2
3
4
5
6
7
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" }
    ]
}