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

Unified Diff: tools/perf/page_sets/top_25_smooth.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/top_25_repaint.py ('k') | tools/perf/page_sets/top_7_stress.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/top_25_smooth.py
diff --git a/tools/perf/page_sets/top_25_smooth.py b/tools/perf/page_sets/top_25_smooth.py
index 7fc5aadf2ade75203810a09525ae5ebfd335babc..4d56a37190ab4238a8081a96bfb6b8b279507140 100644
--- a/tools/perf/page_sets/top_25_smooth.py
+++ b/tools/perf/page_sets/top_25_smooth.py
@@ -96,35 +96,35 @@ class Top25SmoothPageSet(page_set_module.PageSet):
archive_data_file='data/top_25.json',
bucket=page_set_module.PARTNER_BUCKET)
- self.AddPage(_CreatePageClassWithSmoothInteractions(
+ self.AddUserStory(_CreatePageClassWithSmoothInteractions(
top_pages.GoogleWebSearchPage)(self))
- self.AddPage(GmailSmoothPage(self))
- self.AddPage(GoogleCalendarSmoothPage(self))
- self.AddPage(_CreatePageClassWithSmoothInteractions(
+ self.AddUserStory(GmailSmoothPage(self))
+ self.AddUserStory(GoogleCalendarSmoothPage(self))
+ self.AddUserStory(_CreatePageClassWithSmoothInteractions(
top_pages.GoogleImageSearchPage)(self))
- self.AddPage(GoogleDocSmoothPage(self))
- self.AddPage(_CreatePageClassWithSmoothInteractions(
+ self.AddUserStory(GoogleDocSmoothPage(self))
+ self.AddUserStory(_CreatePageClassWithSmoothInteractions(
top_pages.GooglePlusPage)(self))
- self.AddPage(_CreatePageClassWithSmoothInteractions(
+ self.AddUserStory(_CreatePageClassWithSmoothInteractions(
top_pages.YoutubePage)(self))
- self.AddPage(_CreatePageClassWithSmoothInteractions(
+ self.AddUserStory(_CreatePageClassWithSmoothInteractions(
top_pages.BlogspotPage)(self))
- self.AddPage(_CreatePageClassWithSmoothInteractions(
+ self.AddUserStory(_CreatePageClassWithSmoothInteractions(
top_pages.WordpressPage)(self))
- self.AddPage(_CreatePageClassWithSmoothInteractions(
+ self.AddUserStory(_CreatePageClassWithSmoothInteractions(
top_pages.FacebookPage)(self))
- self.AddPage(_CreatePageClassWithSmoothInteractions(
+ self.AddUserStory(_CreatePageClassWithSmoothInteractions(
top_pages.LinkedinPage)(self))
- self.AddPage(_CreatePageClassWithSmoothInteractions(
+ self.AddUserStory(_CreatePageClassWithSmoothInteractions(
top_pages.WikipediaPage)(self))
- self.AddPage(_CreatePageClassWithSmoothInteractions(
+ self.AddUserStory(_CreatePageClassWithSmoothInteractions(
top_pages.TwitterPage)(self))
- self.AddPage(_CreatePageClassWithSmoothInteractions(
+ self.AddUserStory(_CreatePageClassWithSmoothInteractions(
top_pages.PinterestPage)(self))
- self.AddPage(ESPNSmoothPage(self))
- self.AddPage(_CreatePageClassWithSmoothInteractions(
+ self.AddUserStory(ESPNSmoothPage(self))
+ self.AddUserStory(_CreatePageClassWithSmoothInteractions(
top_pages.WeatherPage)(self))
- self.AddPage(_CreatePageClassWithSmoothInteractions(
+ self.AddUserStory(_CreatePageClassWithSmoothInteractions(
top_pages.YahooGamesPage)(self))
other_urls = [
@@ -148,4 +148,4 @@ class Top25SmoothPageSet(page_set_module.PageSet):
]
for url in other_urls:
- self.AddPage(TopSmoothPage(url, self))
+ self.AddUserStory(TopSmoothPage(url, self))
« no previous file with comments | « tools/perf/page_sets/top_25_repaint.py ('k') | tools/perf/page_sets/top_7_stress.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698