summaryrefslogtreecommitdiffstats
path: root/hawd_defs
diff options
context:
space:
mode:
Diffstat (limited to 'hawd_defs')
-rw-r--r--hawd_defs/pipeline10
1 files changed, 5 insertions, 5 deletions
diff --git a/hawd_defs/pipeline b/hawd_defs/pipeline
index 1998d8c..718a4b5 100644
--- a/hawd_defs/pipeline
+++ b/hawd_defs/pipeline
@@ -1,9 +1,9 @@
1{ 1{
2 "name": "Pipeline write", 2 "name": "Pipeline write",
3 "description": "Measures performance of the Pipeline", 3 "description": "Measures performance of the Pipeline",
4 "columns": { 4 "columns": [
5 "rows": { "type": "int" }, 5 { "name": "rows", "type": "int" },
6 "append": { "type": "float", "unit": "ops/ms" }, 6 { "name": "append", "type": "float", "unit": "ops/ms" },
7 "total": { "type": "float", "unit": "ops/ms" } 7 { "name": "total", "type": "float", "unit": "ops/ms" }
8 } 8 ]
9} 9}