blob: 16c1f8cf95227f5c350a177ef2101917143792e2 (
plain)
1
2
3
4
5
6
7
8
9
|
{
"name": "Buffer Creation",
"description": "Tests how fast buffer creation is",
"columns": {
"numBuffers": { "type": "int" },
"time": { "type": "int", "unit": "ms", "min": 0, "max": 100 },
"ops": { "type": "float", "unit": "ops/ms" }
}
}
|