From fb610349945326579eb0ec9e781930f7931591b0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 24 Aug 2015 01:47:30 +0200 Subject: HAWD for the genericresourcebenchmark --- hawd_defs/generic_write_in_process_with_indexes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hawd_defs/generic_write_in_process_with_indexes (limited to 'hawd_defs/generic_write_in_process_with_indexes') 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 @@ +{ + "name": "In process write using GenericResource with indexing", + "description": "Measures performance of the GenericResource class with indexing", + "columns": { + "rows": { "type": "int" }, + "append": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, + "appendOps": { "type": "float", "unit": "ops/ms" }, + "total": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, + "totalOps": { "type": "float", "unit": "ops/ms" } + } +} -- cgit v1.2.3