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