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

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

Issue 2921333002: Explictly setting story names for rasterize_and_record_micro story sets (Closed)
Patch Set: Explictly setting story names for rasterize_and_record_micro story sets 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/key_silk_cases.py ('k') | tools/perf/page_sets/polymer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/partial_invalidation_cases.py
diff --git a/tools/perf/page_sets/partial_invalidation_cases.py b/tools/perf/page_sets/partial_invalidation_cases.py
index 3db80f13f85e7ff245f6bd7d918b5b9ec31231ba..a8a9473b4fd07274af28b2f245760cb35aeeb2c4 100644
--- a/tools/perf/page_sets/partial_invalidation_cases.py
+++ b/tools/perf/page_sets/partial_invalidation_cases.py
@@ -14,7 +14,7 @@ class PartialInvalidationCasesPage(page_module.Page):
def __init__(self, url, page_set):
super(PartialInvalidationCasesPage, self).__init__(
- url=url, page_set=page_set)
+ url=url, page_set=page_set, name=url.split('/')[-1])
class PartialInvalidationCasesPageSet(story.StorySet):
@@ -24,7 +24,7 @@ class PartialInvalidationCasesPageSet(story.StorySet):
def __init__(self):
super(PartialInvalidationCasesPageSet, self).__init__(
- cloud_storage_bucket=story.PARTNER_BUCKET)
+ cloud_storage_bucket=story.PARTNER_BUCKET, verify_names=True)
other_urls = [
# Why: Reduced test case similar to the single page html5 spec wherein
« no previous file with comments | « tools/perf/page_sets/key_silk_cases.py ('k') | tools/perf/page_sets/polymer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698