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

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

Issue 616513003: Disable groupcloned.com_test_list-images page from key_mobile_sites (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/key_mobile_sites.py
diff --git a/tools/perf/page_sets/key_mobile_sites.py b/tools/perf/page_sets/key_mobile_sites.py
index 5a1c6bb96129652ef21bc4d0ba51b8c17065560c..e9c82ca2bced891b08968eedceb981d2c10f2a1d 100644
--- a/tools/perf/page_sets/key_mobile_sites.py
+++ b/tools/perf/page_sets/key_mobile_sites.py
@@ -490,7 +490,9 @@ class KeyMobileSitesPageSet(page_set_module.PageSet):
self.AddPage(Page19(self))
self.AddPage(Page20(self))
self.AddPage(Page21(self))
- self.AddPage(Page22(self))
+# mean_input_event_latency cannot be tracked correctly for Page22.
+# See crbug.com/409086.
+# self.AddPage(Page22(self))
# self.AddPage(Page23(self))
self.AddPage(Page24(self))
self.AddPage(Page25(self))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698