blob: 423c3651a34d96a3f838716c24eb4c56de7b15f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "Storage Read/Write Performance",
"description": "Measures performance of the storage class by writing and reading non-trivial datasets",
"columns": {
"rows": { "type": "int" },
"write": { "type": "int", "unit": "ms", "min": 0, "max": 100 },
"writeOps": { "type": "float", "unit": "ops/ms" }
"read": { "type": "int", "unit": "ms", "min": 0, "max": 100 },
"readOps": { "type": "float", "unit": "ops/ms" }
}
}
|