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

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

Issue 1577433003: Statistics of LayoutBox rare data reasons Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 3 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 | « tools/perf/measurements/rasterize_and_record_micro.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/top_25_pages.py
diff --git a/tools/perf/page_sets/top_25_pages.py b/tools/perf/page_sets/top_25_pages.py
index fbbc609fb584c0dfdc3ffc12ce0d4f89c9df9897..73dc989d558b2102ee23cccb973521ec6bfa59cc 100644
--- a/tools/perf/page_sets/top_25_pages.py
+++ b/tools/perf/page_sets/top_25_pages.py
@@ -39,23 +39,23 @@ class Top25PageSet(story.StorySet):
other_urls = [
# Why: #1 news worldwide (Alexa global)
- 'http://news.yahoo.com',
+ # 'http://news.yahoo.com',
# Why: #2 news worldwide
# crbug.com/528472
#'http://www.cnn.com',
# Why: #1 world commerce website by visits; #3 commerce in the US by
# time spent
- 'http://www.amazon.com',
+ # 'http://www.amazon.com',
# Why: #1 commerce website by time spent by users in US
- 'http://www.ebay.com',
+ # 'http://www.ebay.com',
# Why: #1 Alexa recreation
- 'http://booking.com',
+ # 'http://booking.com',
# Why: #1 Alexa reference
- 'http://answers.yahoo.com',
+ # 'http://answers.yahoo.com',
# Why: #1 Alexa sports
- 'http://sports.yahoo.com/',
+ # 'http://sports.yahoo.com/',
# Why: top tech blog
- 'http://techcrunch.com'
+ # 'http://techcrunch.com'
]
for url in other_urls:
« no previous file with comments | « tools/perf/measurements/rasterize_and_record_micro.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698