diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-17 12:40:03 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-17 12:40:37 +0200 |
commit | dcfc70808ab9680a8caed6ff0fb98f978fbbef97 (patch) | |
tree | a09c75b0686dcd4a590386f195f24bb5a0893aba /hawd_defs/dummy_write_summary | |
parent | 422c12d85d3eca55eca6f23c140910150a5fd166 (diff) | |
download | sink-dcfc70808ab9680a8caed6ff0fb98f978fbbef97.tar.gz sink-dcfc70808ab9680a8caed6ff0fb98f978fbbef97.zip |
Split up dummyresourcewritebenchmark into datasets that we want to
display.
Diffstat (limited to 'hawd_defs/dummy_write_summary')
-rw-r--r-- | hawd_defs/dummy_write_summary | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hawd_defs/dummy_write_summary b/hawd_defs/dummy_write_summary new file mode 100644 index 0000000..878a386 --- /dev/null +++ b/hawd_defs/dummy_write_summary | |||
@@ -0,0 +1,10 @@ | |||
1 | { | ||
2 | "name": "Summary values for in process write using DummyResource", | ||
3 | "description": "Summary values that should remain stable over dataset sized.", | ||
4 | "columns": [ | ||
5 | { "name": "rssStandardDeviation", "type": "float", "unit": "SD" }, | ||
6 | { "name": "rssMaxDifference", "type": "float", "unit": "byte" }, | ||
7 | { "name": "timeStandardDeviation", "type": "float", "unit": "SD" }, | ||
8 | { "name": "timeMaxDifference", "type": "float", "unit": "ms" } | ||
9 | ] | ||
10 | } | ||