Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: tools/perf/measurements/tab_switching.py

Issue 538963003: [Telemetry] Enable background networking for tab_switching measurements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/backends/chrome/chrome_browser_backend.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/tab_switching.py
diff --git a/tools/perf/measurements/tab_switching.py b/tools/perf/measurements/tab_switching.py
index 903cf14fa43739debba04c0e0589de5e3ef01f4b..9ec184ab539687240fc0bd162499c9e4b42ac007 100644
--- a/tools/perf/measurements/tab_switching.py
+++ b/tools/perf/measurements/tab_switching.py
@@ -34,6 +34,8 @@ class TabSwitching(page_test.PageTest):
options.AppendExtraBrowserArgs([
'--enable-stats-collection-bindings'
])
+ # Enable background networking so we can test its impact on power usage.
+ options.disable_background_networking = False
power.PowerMetric.CustomizeBrowserOptions(options)
def WillStartBrowser(self, browser):
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/backends/chrome/chrome_browser_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698