diff options
Diffstat (limited to 'hawd_defs')
-rw-r--r-- | hawd_defs/generic_write_in_process | 6 | ||||
-rw-r--r-- | hawd_defs/generic_write_in_process_with_indexes | 6 |
2 files changed, 4 insertions, 8 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 | } |
diff --git a/hawd_defs/generic_write_in_process_with_indexes b/hawd_defs/generic_write_in_process_with_indexes index 1c32276..81ff673 100644 --- a/hawd_defs/generic_write_in_process_with_indexes +++ b/hawd_defs/generic_write_in_process_with_indexes | |||
@@ -3,9 +3,7 @@ | |||
3 | "description": "Measures performance of the GenericResource class with indexing", | 3 | "description": "Measures performance of the GenericResource class with indexing", |
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 | } |