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

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

Issue 2815253002: Reland of Using multi-tab story in TabSwitching Benchmark (Closed)
Patch Set: disable mac on perf unittest 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 | « no previous file | tools/perf/measurements/tab_switching.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/tab_switching.py
diff --git a/tools/perf/benchmarks/tab_switching.py b/tools/perf/benchmarks/tab_switching.py
index 0b485fbcb42d571742f25bde4121f3755d439976..a451fec2256ac0a641663c264e14ca32de4d1674 100644
--- a/tools/perf/benchmarks/tab_switching.py
+++ b/tools/perf/benchmarks/tab_switching.py
@@ -9,10 +9,11 @@ import page_sets
from telemetry import benchmark
-#@benchmark.Enabled('has tabs')
-@benchmark.Disabled('mac-reference') # http://crbug.com/612774
+@benchmark.Owner(emails=['vovoy@chromium.org'],
+ component='OS>Performance')
+@benchmark.Enabled('has tabs')
+@benchmark.Disabled('mac') # http://crbug.com/612774
@benchmark.Disabled('android') # http://crbug.com/460084
-@benchmark.Disabled('all') # http://crbug.com/710524
class TabSwitchingTypical25(perf_benchmark.PerfBenchmark):
"""This test records the MPArch.RWH_TabSwitchPaintDuration histogram.
@@ -24,7 +25,8 @@ class TabSwitchingTypical25(perf_benchmark.PerfBenchmark):
test = tab_switching.TabSwitching
def CreateStorySet(self, options):
- return page_sets.Typical25PageSet(run_no_page_interactions=True)
+ return page_sets.SystemHealthStorySet(platform='desktop',
+ case='multitab:misc')
@classmethod
def Name(cls):
« no previous file with comments | « no previous file | tools/perf/measurements/tab_switching.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698