зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1628973 - Speedometer test wrong score after name change r=perftest-reviewers,alexandru.irimovici
Differential Revision: https://phabricator.services.mozilla.com/D70535 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
40bca43abb
Коммит
85cab21cbf
|
@ -300,7 +300,7 @@ class PerftestOutput(object):
|
|||
if testname.startswith("raptor-v8_7"):
|
||||
return 100 * filters.geometric_mean(_filter(vals))
|
||||
|
||||
if testname.startswith("raptor-speedometer"):
|
||||
if testname.startswith("raptor-speedometer") or testname.startswith("speedometer"):
|
||||
correctionFactor = 3
|
||||
results = _filter(vals)
|
||||
# speedometer has 16 tests, each of these are made of up 9 subtests
|
||||
|
|
Загрузка…
Ссылка в новой задаче