(In reply to Glenn Watson [:gw] from comment #12) > Is there a way to verify what the unit of the metric is that's being recorded here? (MotionMark can report metrics in various different units / styles, depending on the test configuration). From the artifact logs, I can see we're storing a "score" unit. This is how the suite looks like: ```json { "name": "CSS bouncing blend circles", "lowerIsBetter": true, "alertThreshold": 2.0, "replicates": [ 44.667, 44.714, 44.716, 44.534, 44.535 ], "value": 44.667, "unit": "score" } ```
Bug 1530611 Comment 13 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Glenn Watson [:gw] from comment #12) > Is there a way to verify what the unit of the metric is that's being recorded here? (MotionMark can report metrics in various different units / styles, depending on the test configuration). From the artifact logs, I can see we're storing a "score" unit. This is how the suite looks like: ```json { "name": "CSS bouncing blend circles", "lowerIsBetter": true, "alertThreshold": 2.0, "replicates": [ 44.667, 44.714, 44.716, 44.534, 44.535 ], "value": 44.667, "unit": "score" } ```