blob: b597fea2e04a545692dc8c09fb9bb17c3e12ba1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "In process write using GenericResource",
"description": "Measures performance of the GenericResource class",
"columns": {
"rows": { "type": "int" },
"append": { "type": "int", "unit": "ms", "min": 0, "max": 100 },
"appendOps": { "type": "float", "unit": "ops/ms" },
"total": { "type": "int", "unit": "ms", "min": 0, "max": 100 },
"totalOps": { "type": "float", "unit": "ops/ms" }
}
}
|