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

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
« no previous file with comments | « no previous file | tools/perf/measurements/tab_switching.py » ('j') | tools/perf/measurements/tab_switching.py » ('J')
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 6962989cf54d46ac905afbc4b47f433169d80dff..18102df6a89eaf89f460c9d8e5b55dc787a5978f 100644
--- a/tools/perf/benchmarks/tab_switching.py
+++ b/tools/perf/benchmarks/tab_switching.py
@@ -43,10 +43,11 @@ class TabSwitchingTypical25(perf_benchmark.PerfBenchmark):
tabs, waits for them to load, and then switches to each tab and records the
metric. The pages were chosen from Alexa top ranking sites.
"""
- test = tab_switching.TabSwitching
+ test = tab_switching.TabSwitching2
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.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698