diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-24 01:47:30 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-24 01:47:30 +0200 |
commit | fb610349945326579eb0ec9e781930f7931591b0 (patch) | |
tree | e612dd88ab6317b4f3f5600e424db4689bf362b9 /hawd_defs/generic_write_in_process_with_indexes | |
parent | 280131a6f8e92e137743b4f9ae0d877d28e82961 (diff) | |
download | sink-fb610349945326579eb0ec9e781930f7931591b0.tar.gz sink-fb610349945326579eb0ec9e781930f7931591b0.zip |
HAWD for the genericresourcebenchmark
Diffstat (limited to 'hawd_defs/generic_write_in_process_with_indexes')
-rw-r--r-- | hawd_defs/generic_write_in_process_with_indexes | 11 |
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 | } | ||