summaryrefslogtreecommitdiffstats
path: root/hawd_defs
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-17 16:06:24 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-17 16:06:24 +0200
commit249b0fc1f39df819986668d0c82e97e77c23a7c7 (patch)
tree5c28d15d60131ecb8ae11f9620462429807c8500 /hawd_defs
parent833aabc562c51fa962f9f2da14f7cd4552dab22b (diff)
downloadsink-249b0fc1f39df819986668d0c82e97e77c23a7c7.tar.gz
sink-249b0fc1f39df819986668d0c82e97e77c23a7c7.zip
storagebenchmark
Diffstat (limited to 'hawd_defs')
-rw-r--r--hawd_defs/storage_sizes9
1 files changed, 9 insertions, 0 deletions
diff --git a/hawd_defs/storage_sizes b/hawd_defs/storage_sizes
new file mode 100644
index 0000000..bdf40ae
--- /dev/null
+++ b/hawd_defs/storage_sizes
@@ -0,0 +1,9 @@
1{
2 "name": "Storage Read/Write db sizes",
3 "description": "Compare db size to a simple file size",
4 "columns": [
5 { "name": "rows", "type": "int" },
6 { "name": "dbSize", "type": "float", "unit": "kb" },
7 { "name": "fileSize", "type": "float", "unit": "kb" }
8 ]
9}