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

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

Issue 2829423002: Fix tab_switching to support flag --pageset-repeat properly (Closed)
Patch Set: only tab switching on the last pageset Created 3 years, 8 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 | « tools/perf/benchmarks/tab_switching.py ('k') | tools/perf/page_sets/system_health/multi_tab_stories.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 5b8868e85d5e26e64424170b9445e0c2cf920aa7..7aa9109b3de5008e590c63f96a0b74848e75ac89 100644
--- a/tools/perf/measurements/tab_switching.py
+++ b/tools/perf/measurements/tab_switching.py
@@ -27,6 +27,10 @@ class TabSwitching(legacy_page_test.LegacyPageTest):
options.AppendExtraBrowserArgs(['--enable-stats-collection-bindings'])
+ @property
+ def is_multi_tab_test(self):
+ return True
+
@classmethod
def _GetTabSwitchHistogram(cls, tab_to_switch):
histogram_name = 'MPArch.RWH_TabSwitchPaintDuration'
« no previous file with comments | « tools/perf/benchmarks/tab_switching.py ('k') | tools/perf/page_sets/system_health/multi_tab_stories.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698