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

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

Issue 2809813003: Revert of Using multi-tab story in TabSwitching Benchmark (Closed)
Patch Set: 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 89c6f986dbea96a8d17b5ce4ae4a8410dcf6ce1f..ed75b503d7bf2c2423327bcf3cd9e18baf88f3a4 100644
--- a/tools/perf/benchmarks/tab_switching.py
+++ b/tools/perf/benchmarks/tab_switching.py
@@ -9,8 +9,6 @@
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
@@ -25,8 +23,7 @@
test = tab_switching.TabSwitching
def CreateStorySet(self, options):
- return page_sets.SystemHealthStorySet(platform='desktop',
- case='multitab:misc')
+ return page_sets.Typical25PageSet(run_no_page_interactions=True)
@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