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

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

Issue 1217653003: Revert of [Telemetry] Modify CreatePageSet to CreateStorySet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « tools/perf/benchmarks/oilpan_gc_times.py ('k') | tools/perf/benchmarks/rasterize_and_record_micro.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/page_cycler.py
diff --git a/tools/perf/benchmarks/page_cycler.py b/tools/perf/benchmarks/page_cycler.py
index 94d54f6f803ef5b63d94be2c70309bb0d25c26e7..7cd924b4bcd9eb2b5737134add88d6df48c2378a 100644
--- a/tools/perf/benchmarks/page_cycler.py
+++ b/tools/perf/benchmarks/page_cycler.py
@@ -174,7 +174,7 @@
def Name(cls):
return 'page_cycler.top_10_mobile'
- def CreateStorySet(self, options):
+ def CreatePageSet(self, options):
return page_sets.Top10MobilePageSet(run_no_page_interactions=True)
@@ -214,7 +214,7 @@
def Name(cls):
return 'page_cycler.typical_25'
- def CreateStorySet(self, options):
+ def CreatePageSet(self, options):
return page_sets.Typical25PageSet(run_no_page_interactions=True)
# crbug.com/273986: This test is flakey on Windows.
@@ -230,7 +230,7 @@
def SetExtraBrowserOptions(self, options):
options.AppendExtraBrowserArgs(['--site-per-process'])
- def CreateStorySet(self, options):
+ def CreatePageSet(self, options):
return page_sets.Typical25PageSet(run_no_page_interactions=True)
« no previous file with comments | « tools/perf/benchmarks/oilpan_gc_times.py ('k') | tools/perf/benchmarks/rasterize_and_record_micro.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698