blob: d2504e3e500d44e1bf613f95b121832f8374f08b (
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": [
{ "name": "rows", "type": "int" },
{ "name": "dbWrite", "type": "float", "unit": "ops/ms" },
{ "name": "fileWrite", "type": "float", "unit": "ops/ms" },
{ "name": "dbRead", "type": "float", "unit": "ops/ms" }
]
}
|