Bug 1445243 Disable privacy.reduceTimerPrecision for Talos r?jmaher draft
authorTom Ritter <tom@mozilla.com>
Fri, 16 Mar 2018 14:05:53 -0500
changeset 769162 328c9bfdddd48621421c53ec5a7df5c6babe6b42
parent 768720 238bbfbb56d1e68c6e66c5de365f23872bc860ac
child 769163 ccd4efa322ab14758cbfc1c1fdcb438d4c92cd20
push id103051
push userbmo:tom@mozilla.com
push dateSun, 18 Mar 2018 19:28:32 +0000
reviewersjmaher
bugs1445243
milestone61.0a1
Bug 1445243 Disable privacy.reduceTimerPrecision for Talos r?jmaher This will make our numbers more reliable by measuring actual perceived performance MozReview-Commit-ID: 4U0j6g8JnVc
testing/talos/talos/config.py
--- a/testing/talos/talos/config.py
+++ b/testing/talos/talos/config.py
@@ -96,16 +96,18 @@ DEFAULTS = dict(
         'extensions.enabledScopes': 5,
         'extensions.update.notifyUser': False,
         'hangmonitor.timeout': 0,
         'network.proxy.http': 'localhost',
         'network.proxy.http_port': 80,
         'network.proxy.type': 1,
         # Bug 1383896 - reduces noise in tests
         'idle.lastDailyNotification': int(time.time()),
+        # Bug 1445243 - reduces precision of tests
+        'privacy.reduceTimerPrecision': False,
         'places.database.lastMaintenance': FAR_IN_FUTURE,
         'security.enable_java': False,
         'security.fileuri.strict_origin_policy': False,
         'dom.send_after_paint_to_content': True,
         'security.turn_off_all_security_so_that_viruses_can_'
         'take_over_this_computer': True,
         'browser.newtabpage.activity-stream.default.sites': '',
         'browser.newtabpage.activity-stream.telemetry': False,