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

Unified Diff: tools/perf/page_sets/tough_webgl_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_texture_upload_cases.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_webgl_cases.py
diff --git a/tools/perf/page_sets/tough_webgl_cases.py b/tools/perf/page_sets/tough_webgl_cases.py
index 49a0be2c74eeca485133830aafd30641d644d3bd..cdbeacdef18b9e60445b4ca6079f187d847c06f9 100644
--- a/tools/perf/page_sets/tough_webgl_cases.py
+++ b/tools/perf/page_sets/tough_webgl_cases.py
@@ -15,7 +15,8 @@ class ToughWebglCasesPage(page_module.Page):
url=url, page_set=page_set,
shared_page_state_class=(
webgl_supported_shared_state.WebGLSupportedSharedState),
- make_javascript_deterministic=False)
+ make_javascript_deterministic=False,
+ name=url)
self.archive_data_file = 'data/tough_webgl_cases.json'
@@ -45,7 +46,8 @@ class ToughWebglCasesPageSet(story.StorySet):
def __init__(self):
super(ToughWebglCasesPageSet, self).__init__(
archive_data_file='data/tough_webgl_cases.json',
- cloud_storage_bucket=story.PUBLIC_BUCKET)
+ cloud_storage_bucket=story.PUBLIC_BUCKET,
+ verify_names=True)
urls_list = [
# pylint: disable=line-too-long
« no previous file with comments | « tools/perf/page_sets/tough_texture_upload_cases.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698