blob: 1998d8c2e4e5222dab7882cd293943d3bda1b0e7 (
plain)
1
2
3
4
5
6
7
8
9
|
{
"name": "Pipeline write",
"description": "Measures performance of the Pipeline",
"columns": {
"rows": { "type": "int" },
"append": { "type": "float", "unit": "ops/ms" },
"total": { "type": "float", "unit": "ops/ms" }
}
}
|