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