From 924aa36a1b38da22cf2c633f1b7665759dec751f Mon Sep 17 00:00:00 2001 From: Joel Maher Date: Tue, 28 Aug 2018 16:30:58 +0000 Subject: [PATCH] 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 --- testing/raptor/raptor/tests/raptor-sunspider.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/raptor/raptor/tests/raptor-sunspider.ini b/testing/raptor/raptor/tests/raptor-sunspider.ini index ba0da59f44ac..a2b7384385e5 100644 --- a/testing/raptor/raptor/tests/raptor-sunspider.ini +++ b/testing/raptor/raptor/tests/raptor-sunspider.ini @@ -9,8 +9,8 @@ type = benchmark test_url = http://localhost:/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]