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

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

Issue 2766533002: Using multi-tab story in TabSwitching Benchmark (Closed)
Patch Set: Use the new story for TabSwitching Benchmark Created 3 years, 9 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
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..1d355b42c7be231a367d7ef961883307761244a3 100644
--- a/tools/perf/benchmarks/tab_switching.py
+++ b/tools/perf/benchmarks/tab_switching.py
@@ -23,7 +23,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') | tools/perf/measurements/tab_switching_unittest.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698