| Index: tools/perf/page_sets/tough_texture_upload_cases.py
|
| diff --git a/tools/perf/page_sets/tough_texture_upload_cases.py b/tools/perf/page_sets/tough_texture_upload_cases.py
|
| index 5fba88b23ec70edd83bbd387883ce74c1f089c83..9f6fe475e132307517a8bd3046113734bf34aa85 100644
|
| --- a/tools/perf/page_sets/tough_texture_upload_cases.py
|
| +++ b/tools/perf/page_sets/tough_texture_upload_cases.py
|
| @@ -12,7 +12,8 @@ class ToughTextureUploadCasesPage(page_module.Page):
|
| ToughTextureUploadCasesPage,
|
| self).__init__(
|
| url=url,
|
| - page_set=page_set)
|
| + page_set=page_set,
|
| + name=url.split('/')[-1])
|
|
|
| def RunPageInteractions(self, action_runner):
|
| with action_runner.CreateInteraction('Animation'):
|
| @@ -26,7 +27,7 @@ class ToughTextureUploadCasesPageSet(story.StorySet):
|
| """
|
|
|
| def __init__(self):
|
| - super(ToughTextureUploadCasesPageSet, self).__init__()
|
| + super(ToughTextureUploadCasesPageSet, self).__init__(verify_names=True)
|
|
|
| urls_list = [
|
| 'file://tough_texture_upload_cases/background_color_animation.html',
|
|
|