| 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 b7b6edbaa43c8a0fc5d1532ca403960141c0a8f2..68e8f48816ef4c2886b6b5c421c36b14eeff1169 100644
|
| --- a/tools/perf/page_sets/tough_scheduling_cases.py
|
| +++ b/tools/perf/page_sets/tough_scheduling_cases.py
|
| @@ -397,8 +397,7 @@ 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,
|
| - verify_names=True)
|
| + cloud_storage_bucket=story.INTERNAL_BUCKET)
|
|
|
| # Why: Simple scrolling baseline
|
| self.AddStory(ToughSchedulingCasesPage(
|
|
|