summaryrefslogtreecommitdiffstats
path: root/hawd_defs/generic_write_in_process_with_indexes
diff options
context:
space:
mode:
Diffstat (limited to 'hawd_defs/generic_write_in_process_with_indexes')
-rw-r--r--hawd_defs/generic_write_in_process_with_indexes11
1 files changed, 11 insertions, 0 deletions
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}