From 1e27a3bc30880b30d214acfaa6807dd568123db8 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 24 Aug 2015 23:11:11 +0200 Subject: Cleaned-up storagebenchmark --- hawd_defs/storage_readwrite | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'hawd_defs/storage_readwrite') diff --git a/hawd_defs/storage_readwrite b/hawd_defs/storage_readwrite index 37f59bc..4b5f6c7 100644 --- a/hawd_defs/storage_readwrite +++ b/hawd_defs/storage_readwrite @@ -3,9 +3,8 @@ "description": "Measures performance of the storage class by writing and reading non-trivial datasets", "columns": { "rows": { "type": "int" }, - "write": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, - "writeOps": { "type": "float", "unit": "ops/ms" }, - "read": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, - "readOps": { "type": "float", "unit": "ops/ms" } + "dbWrite": { "type": "float", "unit": "ops/ms" }, + "fileWrite": { "type": "float", "unit": "ops/ms" }, + "dbRead": { "type": "float", "unit": "ops/ms" } } } -- cgit v1.2.3