Open
Bug 1831319
Opened 2 years ago
Updated 2 years ago
Add percentage indicator to standard deviation in compare view
Categories
(Tree Management :: Perfherder, defect)
Tree Management
Perfherder
Tracking
(Not tracked)
NEW
People
(Reporter: bas.schouten, Unassigned)
References
Details
(Whiteboard: [fxp])
Attachments
(1 file)
5.48 KB,
image/png
|
Details |
Currently there is nothing in the compare view after the standard deviation, this creates the impression that the value of the stddev is in the same units as the mean. Which it isn't, this is both technically incorrect and very confusing.
I.e. currently when it says 10 +/- 20, for a value that is in ms, that implies 10 +/- 20ms, whereas what it means is 10ms +/- 20%. This can be mostly easily remedied by adding a % character.
Updated•2 years ago
|
Comment 1•2 years ago
|
||
Also, the value currently is the standard deviation (in %). Is that correct to characterize as "+- NN%"? I assume it's 1 standard deviation; for +- I would tend to assume it's a wider range than 1 stdev - 2 or more likely 3 stdev's
You need to log in
before you can comment on or make changes to this bug.
Description
•