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

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

Issue 2766533002: Using multi-tab story in TabSwitching Benchmark (Closed)
Patch Set: fix merge conflict 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 ed75b503d7bf2c2423327bcf3cd9e18baf88f3a4..89c6f986dbea96a8d17b5ce4ae4a8410dcf6ce1f 100644
--- a/tools/perf/benchmarks/tab_switching.py
+++ b/tools/perf/benchmarks/tab_switching.py
@@ -9,6 +9,8 @@ import page_sets
from telemetry import benchmark
+@benchmark.Owner(emails=['vovoy@chromium.org'],
+ component='OS>Performance')
@benchmark.Enabled('has tabs')
@benchmark.Disabled('mac-reference') # http://crbug.com/612774
@benchmark.Disabled('android') # http://crbug.com/460084
@@ -23,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