diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-01 21:55:58 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-01 21:55:58 +0100 |
commit | 2dfa85df6cf46dc2a5ee0c6bf69aa030b19a8435 (patch) | |
tree | 4c952ef0d208421e384fcf9807b36499af7f1806 /hawd_defs/dummy_write_in_process | |
parent | 93b406d1914a5512aec6ca737ba8326a21191227 (diff) | |
download | sink-2dfa85df6cf46dc2a5ee0c6bf69aa030b19a8435.tar.gz sink-2dfa85df6cf46dc2a5ee0c6bf69aa030b19a8435.zip |
Use hawd for dummyresourcebenchmark
Diffstat (limited to 'hawd_defs/dummy_write_in_process')
-rw-r--r-- | hawd_defs/dummy_write_in_process | 9 |
1 files changed, 9 insertions, 0 deletions
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 | } | ||