summaryrefslogtreecommitdiffstats
path: root/hawd_defs/generic_write_in_process
diff options
context:
space:
mode:
Diffstat (limited to 'hawd_defs/generic_write_in_process')
-rw-r--r--hawd_defs/generic_write_in_process6
1 files changed, 2 insertions, 4 deletions
diff --git a/hawd_defs/generic_write_in_process b/hawd_defs/generic_write_in_process
index b597fea..64efd5e 100644
--- a/hawd_defs/generic_write_in_process
+++ b/hawd_defs/generic_write_in_process
@@ -3,9 +3,7 @@
3 "description": "Measures performance of the GenericResource class", 3 "description": "Measures performance of the GenericResource class",
4 "columns": { 4 "columns": {
5 "rows": { "type": "int" }, 5 "rows": { "type": "int" },
6 "append": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, 6 "append": { "type": "float", "unit": "ops/ms" },
7 "appendOps": { "type": "float", "unit": "ops/ms" }, 7 "total": { "type": "float", "unit": "ops/ms" }
8 "total": { "type": "int", "unit": "ms", "min": 0, "max": 100 },
9 "totalOps": { "type": "float", "unit": "ops/ms" }
10 } 8 }
11} 9}