summaryrefslogtreecommitdiffstats
path: root/hawd_defs/buffer_creation
blob: d11e2093e3d4041fe683433cdc564ce5895ae31f (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "Buffer Creation",
    "description": "Tests how fast buffer creation is",
    "columns": [
        { "name": "numBuffers", "type": "int" },
        { "name": "time", "type": "int", "unit": "ms", "min": 0, "max": 100 },
        { "name": "ops", "type": "float", "unit": "ops/ms" }
    ]
}