summaryrefslogtreecommitdiffstats
path: root/hawd_defs
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-08-24 23:41:15 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-08-24 23:41:15 +0200
commitf6c3c5b49ebe8eb5c8b25298caa06b575a943035 (patch)
tree75d2d99738e47b0726c36e9f90e4624566488f05 /hawd_defs
parent1e27a3bc30880b30d214acfaa6807dd568123db8 (diff)
downloadsink-f6c3c5b49ebe8eb5c8b25298caa06b575a943035.tar.gz
sink-f6c3c5b49ebe8eb5c8b25298caa06b575a943035.zip
Cleaned-up genericresourcebenchmark
Diffstat (limited to 'hawd_defs')
-rw-r--r--hawd_defs/generic_write_in_process6
-rw-r--r--hawd_defs/generic_write_in_process_with_indexes6
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}