Closed
Bug 1488422
Opened 7 years ago
Closed 7 years ago
Possibly wrong "higher is better" setting for Raptor benchmarks
Categories
(Testing :: Raptor, enhancement, P1)
Testing
Raptor
Tracking
(firefox64 fixed)
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: igoldan, Assigned: igoldan)
References
Details
Attachments
(1 file)
Perfherder benchmarks, such as Sunspider or Assorted DOM are configured as "higher is better" while both benchmarks are reporting the execution time in "ms".
We need to investigate this issue and bring a fix if case.
Comment 1•7 years ago
|
||
assorted dom is 'ms' and lower_is_better=true:
https://searchfox.org/mozilla-central/source/testing/raptor/raptor/tests/raptor-assorted-dom.ini
and here is what we get as output from the job:
PERFHERDER_DATA: {"framework": {"name": "raptor"}, "suites": [{"extraOptions": [], "name": "raptor-assorted-dom-firefox", "lowerIsBetter": false, "alertThreshold": 2.0, "value": 20.4, "subtests": [{"name": "worker-getprop-performance-getter", "lowerIsBetter": false, "alertThreshold": 2.0, "replicates": [4.3, 4.8, 4.7, 4.2, 4.5, 3.9, 4.7, 5, 4.6, 4.5], "value": 4.55, "unit": "ms"}, {"name": "worker-getname-performance-getter", "lowerIsBetter": false, "alertThreshold": 2.0, "replicates": [4.4, 4.4, 4.9, 4.4, 3.5, 3.9, 4.6, 4.3, 4.5, 4], "value": 4.4, "unit": "ms"}, {"name": "window-getprop-performance-getter", "lowerIsBetter": false, "alertThreshold": 2.0, "replicates": [4.6, 4.8, 4.5, 4.4, 4.6, 4.5, 5.3, 4.5, 4.8, 4.2], "value": 4.55, "unit": "ms"}, {"name": "window-getname-performance-getter", "lowerIsBetter": false, "alertThreshold": 2.0, "replicates": [4.6, 4.1, 4, 3.8, 4.3, 4, 5.1, 3.7, 4.5, 4], "value": 4.05, "unit": "ms"}, {"name": "total", "lowerIsBetter": false, "alertThreshold": 2.0, "replicates": [20.6, 21.3, 20.9, 19.7, 19.5, 19.1, 22.9, 20.2, 21.3, 19.7], "value": 20.4, "unit": "ms"}, {"name": "test", "lowerIsBetter": false, "alertThreshold": 2.0, "replicates": [2.7, 3.2, 2.9, 2.9, 2.6, 2.8, 3.3, 2.6, 2.9, 2.9], "value": 2.9, "unit": "ms"}], "type": "benchmark", "unit": "ms"}]}
I suspect this is breakage from my work on bug 1486789 to allow subtests to have a different value than the summarized result
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Attachment #9006482 -
Flags: review?(jmaher)
| Assignee | ||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Comment on attachment 9006482 [details]
Bug 1488422 - Use boolean literal instead of string
Joel Maher ( :jmaher ) (UTC-4) has approved the revision.
Attachment #9006482 -
Flags: review+
Pushed by igoldan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3c5a69821efd
Use boolean literal instead of string r=jmaher
Comment 6•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•7 years ago
|
Attachment #9006482 -
Flags: review?(jmaher)
You need to log in
before you can comment on or make changes to this bug.
Description
•