summaryrefslogtreecommitdiffstats
path: root/hawd_defs/generic_write_in_process_with_indexes
blob: 1c32276907069398137f0d26cdea42c5d8e8af69 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "name": "In process write using GenericResource with indexing",
    "description": "Measures performance of the GenericResource class with indexing",
    "columns": {
        "rows": { "type": "int" },
        "append": { "type": "int", "unit": "ms", "min": 0, "max": 100 },
        "appendOps": { "type": "float", "unit": "ops/ms" },
        "total": { "type": "int", "unit": "ms", "min": 0, "max": 100 },
        "totalOps": { "type": "float", "unit": "ops/ms" }
    }
}