diff options
Diffstat (limited to 'hawd_defs')
-rw-r--r-- | hawd_defs/storage_readwrite | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
4 | "columns": { | 4 | "columns": { |
5 | "rows": { "type": "int" }, | 5 | "rows": { "type": "int" }, |
6 | "write": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, | 6 | "write": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, |
7 | "writeOps": { "type": "float", "unit": "ops/ms" } | 7 | "writeOps": { "type": "float", "unit": "ops/ms" }, |
8 | "read": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, | 8 | "read": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, |
9 | "readOps": { "type": "float", "unit": "ops/ms" } | 9 | "readOps": { "type": "float", "unit": "ops/ms" } |
10 | } | 10 | } |