summaryrefslogtreecommitdiffstats
path: root/hawd_defs/generic_write_in_process
blob: 64efd5efcd4b2c1c97c834b7de894b32948d8874 (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "In process write using GenericResource",
    "description": "Measures performance of the GenericResource class",
    "columns": {
        "rows": { "type": "int" },
        "append": { "type": "float", "unit": "ops/ms" },
        "total": { "type": "float", "unit": "ops/ms" }
    }
}