summaryrefslogtreecommitdiffstats
path: root/hawd_defs
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-08-24 01:47:30 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-08-24 01:47:30 +0200
commitfb610349945326579eb0ec9e781930f7931591b0 (patch)
treee612dd88ab6317b4f3f5600e424db4689bf362b9 /hawd_defs
parent280131a6f8e92e137743b4f9ae0d877d28e82961 (diff)
downloadsink-fb610349945326579eb0ec9e781930f7931591b0.tar.gz
sink-fb610349945326579eb0ec9e781930f7931591b0.zip
HAWD for the genericresourcebenchmark
Diffstat (limited to 'hawd_defs')
-rw-r--r--hawd_defs/generic_write_in_process11
-rw-r--r--hawd_defs/generic_write_in_process_with_indexes11
2 files changed, 22 insertions, 0 deletions
diff --git a/hawd_defs/generic_write_in_process b/hawd_defs/generic_write_in_process
new file mode 100644
index 0000000..b597fea
--- /dev/null
+++ b/hawd_defs/generic_write_in_process
@@ -0,0 +1,11 @@
1{
2 "name": "In process write using GenericResource",
3 "description": "Measures performance of the GenericResource class",
4 "columns": {
5 "rows": { "type": "int" },
6 "append": { "type": "int", "unit": "ms", "min": 0, "max": 100 },
7 "appendOps": { "type": "float", "unit": "ops/ms" },
8 "total": { "type": "int", "unit": "ms", "min": 0, "max": 100 },
9 "totalOps": { "type": "float", "unit": "ops/ms" }
10 }
11}
diff --git a/hawd_defs/generic_write_in_process_with_indexes b/hawd_defs/generic_write_in_process_with_indexes
new file mode 100644
index 0000000..1c32276
--- /dev/null
+++ b/hawd_defs/generic_write_in_process_with_indexes
@@ -0,0 +1,11 @@
1{
2 "name": "In process write using GenericResource with indexing",
3 "description": "Measures performance of the GenericResource class with indexing",
4 "columns": {
5 "rows": { "type": "int" },
6 "append": { "type": "int", "unit": "ms", "min": 0, "max": 100 },
7 "appendOps": { "type": "float", "unit": "ops/ms" },
8 "total": { "type": "int", "unit": "ms", "min": 0, "max": 100 },
9 "totalOps": { "type": "float", "unit": "ops/ms" }
10 }
11}