summaryrefslogtreecommitdiffstats
path: root/hawd_defs
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-01 21:55:58 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-01 21:55:58 +0100
commit2dfa85df6cf46dc2a5ee0c6bf69aa030b19a8435 (patch)
tree4c952ef0d208421e384fcf9807b36499af7f1806 /hawd_defs
parent93b406d1914a5512aec6ca737ba8326a21191227 (diff)
downloadsink-2dfa85df6cf46dc2a5ee0c6bf69aa030b19a8435.tar.gz
sink-2dfa85df6cf46dc2a5ee0c6bf69aa030b19a8435.zip
Use hawd for dummyresourcebenchmark
Diffstat (limited to 'hawd_defs')
-rw-r--r--hawd_defs/dummy_query_by_uid8
-rw-r--r--hawd_defs/dummy_write_in_process9
-rw-r--r--hawd_defs/dummy_write_to_facade9
3 files changed, 26 insertions, 0 deletions
diff --git a/hawd_defs/dummy_query_by_uid b/hawd_defs/dummy_query_by_uid
new file mode 100644
index 0000000..317b1e3
--- /dev/null
+++ b/hawd_defs/dummy_query_by_uid
@@ -0,0 +1,8 @@
1{
2 "name": "Dummy read performance",
3 "description": "Measures performance of the query system by reading by uid",
4 "columns": [
5 { "name": "rows", "type": "int" },
6 { "name": "read", "type": "float", "unit": "ops/ms" }
7 ]
8}
diff --git a/hawd_defs/dummy_write_in_process b/hawd_defs/dummy_write_in_process
new file mode 100644
index 0000000..5f0a3e6
--- /dev/null
+++ b/hawd_defs/dummy_write_in_process
@@ -0,0 +1,9 @@
1{
2 "name": "In process write using DummyResource",
3 "description": "Measures performance of the DummyResource class",
4 "columns": [
5 { "name": "rows", "type": "int" },
6 { "name": "append", "type": "float", "unit": "ops/ms" },
7 { "name": "total", "type": "float", "unit": "ops/ms" }
8 ]
9}
diff --git a/hawd_defs/dummy_write_to_facade b/hawd_defs/dummy_write_to_facade
new file mode 100644
index 0000000..5f0a3e6
--- /dev/null
+++ b/hawd_defs/dummy_write_to_facade
@@ -0,0 +1,9 @@
1{
2 "name": "In process write using DummyResource",
3 "description": "Measures performance of the DummyResource class",
4 "columns": [
5 { "name": "rows", "type": "int" },
6 { "name": "append", "type": "float", "unit": "ops/ms" },
7 { "name": "total", "type": "float", "unit": "ops/ms" }
8 ]
9}