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

Unified Diff: tools/perf/page_sets/tough_scrolling_cases.py

Issue 799183002: Rename AddPage -> AddUserStory in tools/perf/page_sets/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/page_sets/tough_scheduling_cases.py ('k') | tools/perf/page_sets/tough_texture_upload_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_scrolling_cases.py
diff --git a/tools/perf/page_sets/tough_scrolling_cases.py b/tools/perf/page_sets/tough_scrolling_cases.py
index 954864aba2318c1cbb9be62de1597530b749a9cf..07fa98f8ab4ec96f7325ef191a8a2a79346b69cb 100644
--- a/tools/perf/page_sets/tough_scrolling_cases.py
+++ b/tools/perf/page_sets/tough_scrolling_cases.py
@@ -56,7 +56,7 @@ class ToughScrollingCasesPageSet(page_set_module.PageSet):
]
for url in urls_list:
- self.AddPage(ToughScrollingCasesPage(url, self))
+ self.AddUserStory(ToughScrollingCasesPage(url, self))
fast_scrolling_page_name_list = [
'text',
@@ -69,7 +69,7 @@ class ToughScrollingCasesPageSet(page_set_module.PageSet):
for name in fast_scrolling_page_name_list:
for speed in fast_scrolling_speed_list:
- self.AddPage(ToughFastScrollingCasesPage(
+ self.AddUserStory(ToughFastScrollingCasesPage(
'file://tough_scrolling_cases/' + name + '.html',
name + '_' + str(speed).zfill(5) + '_pixels_per_second',
speed,
« no previous file with comments | « tools/perf/page_sets/tough_scheduling_cases.py ('k') | tools/perf/page_sets/tough_texture_upload_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698