| Index: tools/perf/page_sets/tough_path_rendering_cases.py
|
| diff --git a/tools/perf/page_sets/tough_path_rendering_cases.py b/tools/perf/page_sets/tough_path_rendering_cases.py
|
| index c99bb2152b7c4c72e64096596bac76a1fcd5e1d9..debbabff5950c964160194882a74fedfdd96aa57 100644
|
| --- a/tools/perf/page_sets/tough_path_rendering_cases.py
|
| +++ b/tools/perf/page_sets/tough_path_rendering_cases.py
|
| @@ -28,8 +28,7 @@ class ToughPathRenderingCasesPageSet(story.StorySet):
|
| def __init__(self):
|
| super(ToughPathRenderingCasesPageSet, self).__init__(
|
| archive_data_file='data/tough_path_rendering_cases.json',
|
| - cloud_storage_bucket=story.PARTNER_BUCKET,
|
| - verify_names=True)
|
| + cloud_storage_bucket=story.PARTNER_BUCKET)
|
|
|
| page_list = [
|
| ('GUIMark Vector Chart Test',
|
|
|