| Index: tools/perf/page_sets/system_health/loading_stories.py
|
| diff --git a/tools/perf/page_sets/system_health/loading_stories.py b/tools/perf/page_sets/system_health/loading_stories.py
|
| index 7bc49533fcd3ac265ed9761471a3a4a675eae977..8ab59c617cd1c21fcf3844f0732310b84a44a0fc 100644
|
| --- a/tools/perf/page_sets/system_health/loading_stories.py
|
| +++ b/tools/perf/page_sets/system_health/loading_stories.py
|
| @@ -17,11 +17,12 @@ class _LoadingStory(system_health_story.SystemHealthStory):
|
| ################################################################################
|
| # Search and e-commerce.
|
| ################################################################################
|
| +# TODO(petrcermak): Split these into 'portal' and 'shopping' stories.
|
|
|
|
|
| class LoadGoogleStory(_LoadingStory):
|
| NAME = 'load:search:google'
|
| - URL = 'https://www.google.com/#hl=en&q=science'
|
| + URL = 'https://www.google.co.uk/'
|
|
|
|
|
| class LoadBaiduStory(_LoadingStory):
|
|
|