summaryrefslogtreecommitdiffstats
path: root/hawd_defs
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-08-24 23:11:11 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-08-24 23:11:11 +0200
commit1e27a3bc30880b30d214acfaa6807dd568123db8 (patch)
tree5e0dc08416e74b36bfe238009f5d2591c24d3b71 /hawd_defs
parent4f872b6d2cd8523e17efcf0e678693d5ad6189cd (diff)
downloadsink-1e27a3bc30880b30d214acfaa6807dd568123db8.tar.gz
sink-1e27a3bc30880b30d214acfaa6807dd568123db8.zip
Cleaned-up storagebenchmark
Diffstat (limited to 'hawd_defs')
-rw-r--r--hawd_defs/storage_readwrite7
1 files changed, 3 insertions, 4 deletions
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 @@
3 "description": "Measures performance of the storage class by writing and reading non-trivial datasets", 3 "description": "Measures performance of the storage class by writing and reading non-trivial datasets",
4 "columns": { 4 "columns": {
5 "rows": { "type": "int" }, 5 "rows": { "type": "int" },
6 "write": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, 6 "dbWrite": { "type": "float", "unit": "ops/ms" },
7 "writeOps": { "type": "float", "unit": "ops/ms" }, 7 "fileWrite": { "type": "float", "unit": "ops/ms" },
8 "read": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, 8 "dbRead": { "type": "float", "unit": "ops/ms" }
9 "readOps": { "type": "float", "unit": "ops/ms" }
10 } 9 }
11} 10}