blob: 81ff673768f81870bd58af301ffd2c8031c0dc52 (
plain)
1
2
3
4
5
6
7
8
9
|
{
"name": "In process write using GenericResource with indexing",
"description": "Measures performance of the GenericResource class with indexing",
"columns": {
"rows": { "type": "int" },
"append": { "type": "float", "unit": "ops/ms" },
"total": { "type": "float", "unit": "ops/ms" }
}
}
|