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

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

Issue 885493004: [Telemetry] Remove empty_action_name_to_run for tab_switching (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 55fd603106540b009f20de0ea756a82290d876d1..e51236c2f68aa8891221bd3de59627472bf4a54d 100644
--- a/tools/perf/benchmarks/tab_switching.py
+++ b/tools/perf/benchmarks/tab_switching.py
@@ -35,7 +35,9 @@ class TabSwitchingTypical25(benchmark.Benchmark):
metric. The pages were chosen from Alexa top ranking sites.
"""
test = tab_switching.TabSwitching
- page_set = page_sets.Typical25PageSet
+
+ def CreatePageSet(self, options):
+ return page_sets.Typical25PageSet(make_pages_with_no_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