blob: e6d61fc4f74718ac382fb41d146d5ef4b4fdf9ea (
plain)
1
2
3
4
5
6
7
8
9
|
{
"name": "In process write using DummyResource",
"description": "Measures performance of writing to the db.",
"columns": [
{ "name": "rows", "type": "int" },
{ "name": "append", "type": "float", "unit": "ops/ms" },
{ "name": "total", "type": "float", "unit": "ops/ms" }
]
}
|