diff options
Diffstat (limited to 'hawd_defs')
-rw-r--r-- | hawd_defs/generic_write_in_process | 11 | ||||
-rw-r--r-- | hawd_defs/generic_write_in_process_with_indexes | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/hawd_defs/generic_write_in_process b/hawd_defs/generic_write_in_process new file mode 100644 index 0000000..b597fea --- /dev/null +++ b/hawd_defs/generic_write_in_process | |||
@@ -0,0 +1,11 @@ | |||
1 | { | ||
2 | "name": "In process write using GenericResource", | ||
3 | "description": "Measures performance of the GenericResource class", | ||
4 | "columns": { | ||
5 | "rows": { "type": "int" }, | ||
6 | "append": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, | ||
7 | "appendOps": { "type": "float", "unit": "ops/ms" }, | ||
8 | "total": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, | ||
9 | "totalOps": { "type": "float", "unit": "ops/ms" } | ||
10 | } | ||
11 | } | ||
diff --git a/hawd_defs/generic_write_in_process_with_indexes b/hawd_defs/generic_write_in_process_with_indexes new file mode 100644 index 0000000..1c32276 --- /dev/null +++ b/hawd_defs/generic_write_in_process_with_indexes | |||
@@ -0,0 +1,11 @@ | |||
1 | { | ||
2 | "name": "In process write using GenericResource with indexing", | ||
3 | "description": "Measures performance of the GenericResource class with indexing", | ||
4 | "columns": { | ||
5 | "rows": { "type": "int" }, | ||
6 | "append": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, | ||
7 | "appendOps": { "type": "float", "unit": "ops/ms" }, | ||
8 | "total": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, | ||
9 | "totalOps": { "type": "float", "unit": "ops/ms" } | ||
10 | } | ||
11 | } | ||