Chromium Code Reviews| Index: tools/perf/page_sets/tough_scheduling_cases.py |
| diff --git a/tools/perf/page_sets/tough_scheduling_cases.py b/tools/perf/page_sets/tough_scheduling_cases.py |
| index 1a817a1a93930916b2fa44416ccdf43a7c2065e5..b7b6edbaa43c8a0fc5d1532ca403960141c0a8f2 100644 |
| --- a/tools/perf/page_sets/tough_scheduling_cases.py |
| +++ b/tools/perf/page_sets/tough_scheduling_cases.py |
| @@ -11,7 +11,8 @@ class ToughSchedulingCasesPage(page_module.Page): |
| def __init__(self, url, page_set): |
| super(ToughSchedulingCasesPage, self).__init__( |
| url=url, page_set=page_set, credentials_path='data/credentials.json', |
| - shared_page_state_class=shared_page_state.SharedMobilePageState) |
| + shared_page_state_class=shared_page_state.SharedMobilePageState, |
| + name=url.split('/')[-1]) |
|
nednguyen
2017/06/05 20:53:49
Does this change any of the existing names?
ashleymarie1
2017/06/06 13:49:28
Nope doesn't change any of the existing names
dis
|
| self.archive_data_file = 'data/tough_scheduling_cases.json' |
| def RunPageInteractions(self, action_runner): |
| @@ -396,7 +397,8 @@ class ToughSchedulingCasesPageSet(story.StorySet): |
| def __init__(self): |
| super(ToughSchedulingCasesPageSet, self).__init__( |
| archive_data_file='data/tough_scheduling_cases.json', |
| - cloud_storage_bucket=story.INTERNAL_BUCKET) |
| + cloud_storage_bucket=story.INTERNAL_BUCKET, |
| + verify_names=True) |
| # Why: Simple scrolling baseline |
| self.AddStory(ToughSchedulingCasesPage( |