From f6c3c5b49ebe8eb5c8b25298caa06b575a943035 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 24 Aug 2015 23:41:15 +0200 Subject: Cleaned-up genericresourcebenchmark --- hawd_defs/generic_write_in_process_with_indexes | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (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 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 @@ "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" } + "append": { "type": "float", "unit": "ops/ms" }, + "total": { "type": "float", "unit": "ops/ms" } } } -- cgit v1.2.3