From 326d6181e6a71e5ff4c82784ada7af3f55ec6e05 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Tue, 9 Dec 2014 22:42:53 +0100 Subject: fix --- hawd_defs/storage_readwrite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hawd_defs/storage_readwrite') diff --git a/hawd_defs/storage_readwrite b/hawd_defs/storage_readwrite index 423c365..37f59bc 100644 --- a/hawd_defs/storage_readwrite +++ b/hawd_defs/storage_readwrite @@ -4,7 +4,7 @@ "columns": { "rows": { "type": "int" }, "write": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, - "writeOps": { "type": "float", "unit": "ops/ms" } + "writeOps": { "type": "float", "unit": "ops/ms" }, "read": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, "readOps": { "type": "float", "unit": "ops/ms" } } -- cgit v1.2.3