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