Commit 924aa36a authored by Joel Maher's avatar Joel Maher
Browse files

Bug 1486788 - make sunspider lower_is_better and indicate it is a 'ms' benchmark. r=ahal

Adjust sunspider raptor test to make lower_is_better=true and treat it as 'ms' and not a 'score'

Differential Revision: https://phabricator.services.mozilla.com/D4454

--HG--
extra : moz-landing-system : lando
parent faa5c193
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@ type = benchmark
test_url = http://localhost:<port>/SunSpider/sunspider-1.0.1/sunspider-1.0.1/driver.html?raptor
page_cycles = 5
page_timeout = 35000
unit = score
lower_is_better = false
unit = ms
lower_is_better = true
alert_threshold = 2.0

[raptor-sunspider-firefox]