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

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

Issue 329693002: [Telemetry] Make tab switching measurement measure energy for 60s (instead of 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | no next file » | 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 8bfacb21e4c20406a9059dbad16143759b8ff55f..a613c4d563b5215449721f3784a2474739b4c89c 100644
--- a/tools/perf/measurements/tab_switching.py
+++ b/tools/perf/measurements/tab_switching.py
@@ -58,7 +58,7 @@ class TabSwitching(page_measurement.PageMeasurement):
util.WaitFor(tab.HasReachedQuiescence, 60)
self._power_metric.Start(page, tab)
- time.sleep(5)
+ time.sleep(60)
self._power_metric.Stop(page, tab)
self._power_metric.AddResults(tab, results,)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698