diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-24 23:41:15 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-24 23:41:15 +0200 |
commit | f6c3c5b49ebe8eb5c8b25298caa06b575a943035 (patch) | |
tree | 75d2d99738e47b0726c36e9f90e4624566488f05 /hawd_defs/generic_write_in_process_with_indexes | |
parent | 1e27a3bc30880b30d214acfaa6807dd568123db8 (diff) | |
download | sink-f6c3c5b49ebe8eb5c8b25298caa06b575a943035.tar.gz sink-f6c3c5b49ebe8eb5c8b25298caa06b575a943035.zip |
Cleaned-up genericresourcebenchmark
Diffstat (limited to 'hawd_defs/generic_write_in_process_with_indexes')
-rw-r--r-- | hawd_defs/generic_write_in_process_with_indexes | 6 |
1 files changed, 2 insertions, 4 deletions
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 | } |