blob: 4b5f6c7228c3698d854ea3667b50702d35cc5dc0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "Storage Read/Write Performance",
"description": "Measures performance of the storage class by writing and reading non-trivial datasets",
"columns": {
"rows": { "type": "int" },
"dbWrite": { "type": "float", "unit": "ops/ms" },
"fileWrite": { "type": "float", "unit": "ops/ms" },
"dbRead": { "type": "float", "unit": "ops/ms" }
}
}
|