summaryrefslogtreecommitdiffstats
path: root/hawd_defs/buffer_creation
blob: 38426d3185dfc3219f2850cf501a461e01deda63 (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" }
    ]
}