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

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

Issue 996723002: Fix and re-enable v8.top_25_smooth (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comment. Created 5 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/page_sets/top_pages.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 27a4c476d990325f116ff0631344f80f9dd5a447..06bcb2483d812e6e451d5324762037ab58c12a10 100644
--- a/tools/perf/page_sets/top_25_smooth.py
+++ b/tools/perf/page_sets/top_25_smooth.py
@@ -163,8 +163,7 @@ class Top25SmoothPageSet(page_set_module.PageSet):
self.AddUserStory(_CreatePageClassWithSmoothInteractions(
top_pages.GoogleWebSearchPage)(self))
self.AddUserStory(GmailSmoothPage(self))
- # crbug.com/465446
- # self.AddUserStory(GmailMouseScrollPage(self))
+ self.AddUserStory(GmailMouseScrollPage(self))
self.AddUserStory(GoogleCalendarSmoothPage(self))
self.AddUserStory(_CreatePageClassWithSmoothInteractions(
top_pages.GoogleImageSearchPage)(self))
« no previous file with comments | « no previous file | tools/perf/page_sets/top_pages.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698