Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: tools/perf/page_sets/tough_texture_upload_cases.py

Issue 2926633002: Explicitly setting story names for all smoothness benchmarks (Closed)
Patch Set: Explicitly setting story names for all smoothness benchmarks Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/page_sets/tough_scrolling_cases.py ('k') | tools/perf/page_sets/tough_webgl_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « tools/perf/page_sets/tough_scrolling_cases.py ('k') | tools/perf/page_sets/tough_webgl_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698