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

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

Issue 2521783002: Temporarily remove kapook.com from startup_pages page set (Closed)
Patch Set: Created 4 years, 1 month 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/startup_pages.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/startup_pages_record.py
diff --git a/tools/perf/page_sets/startup_pages_record.py b/tools/perf/page_sets/startup_pages_record.py
index c017780a0fd04e4c8ab525a325037103f4fcd7d5..10936c33d4b198d6eae2232e111869bc781ff52d 100644
--- a/tools/perf/page_sets/startup_pages_record.py
+++ b/tools/perf/page_sets/startup_pages_record.py
@@ -28,8 +28,10 @@ class StartupPagesRecordPageSet(story.StorySet):
urls_list = [
# Why: typical page
'http://bbc.co.uk',
+ # TODO(charliea): Reenable this when kabook.com is no longer crashing.
+ # crbug.com/667470
# Why: Horribly complex page - stress test!
- 'http://kapook.com',
+ # 'http://kapook.com',
]
for url in urls_list:
« no previous file with comments | « tools/perf/page_sets/startup_pages.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698