From 50f910c58b269a8d4695f32eb769952503278b2b Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Thu, 3 Nov 2016 21:45:54 +0800 Subject: Rename section "Deviation" to "Stats" and add more details JIRA: QTIP-129 Change-Id: I7159b4f3f2912b5f15aa8ccc128d59170d2c4b52 Signed-off-by: Yujun Zhang --- docs/designspec/dashboard.rst | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/designspec/dashboard.rst b/docs/designspec/dashboard.rst index ad5520b6..cf988184 100644 --- a/docs/designspec/dashboard.rst +++ b/docs/designspec/dashboard.rst @@ -57,11 +57,32 @@ The condition of a benchmark result includes Conditions that do NOT have an obvious affect on the test result may be ignored, e.g. temperature, power supply. -Deviation ---------- - -Performance tests are usually repeated many times to reduce random disturbance. -This view shall show an overview of deviation among different runs. +Stats +----- + +Performance tests are actually measurement of specific metrics. All measurement +comes with uncertainty. The final result is normally one or a group of metrics +calculated from many repeats. + +For each metric, the stats board shall consist of a diagram of all measured +values and a box of stats:: + + ^ +------------+ + | | count: ? | + | |average: ? | + | | min: ? | + | X | max: ? | + | XXXX XXXX X XXXXX | | + |X XX XX XX XXX XXX XX | | + | XXXXXX X XXXXX XX | | + | | | + | | | + | | | + | | | + | | | + +---------------------------------------------> +------------+ + +The type of diagram and selection of stats shall depend on what metric to show. Comparison ---------- -- cgit 1.2.3-korg