blob: afa16b85713bddb1653042e06e7cb20c66095a22 (
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" }
}
}
|