From dcfc70808ab9680a8caed6ff0fb98f978fbbef97 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 17 Oct 2017 12:40:03 +0200 Subject: Split up dummyresourcewritebenchmark into datasets that we want to display. --- hawd_defs/dummy_write_summary | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hawd_defs/dummy_write_summary (limited to 'hawd_defs/dummy_write_summary') 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 @@ +{ + "name": "Summary values for in process write using DummyResource", + "description": "Summary values that should remain stable over dataset sized.", + "columns": [ + { "name": "rssStandardDeviation", "type": "float", "unit": "SD" }, + { "name": "rssMaxDifference", "type": "float", "unit": "byte" }, + { "name": "timeStandardDeviation", "type": "float", "unit": "SD" }, + { "name": "timeMaxDifference", "type": "float", "unit": "ms" } + ] +} -- cgit v1.2.3