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

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

Issue 2911663003: Verify story names for story sets with explicitly set names. (Closed)
Patch Set: Created 3 years, 7 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/loading_desktop.py ('k') | tools/perf/page_sets/webrtc_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/trivial_sites.py
diff --git a/tools/perf/page_sets/trivial_sites.py b/tools/perf/page_sets/trivial_sites.py
index ae951d74177e89474a229560cef6358beb3db3f4..3ed2ac58a028f1c0c595047ef5254e7456d66b9c 100644
--- a/tools/perf/page_sets/trivial_sites.py
+++ b/tools/perf/page_sets/trivial_sites.py
@@ -136,7 +136,8 @@ class TrivialSitesStorySet(story.StorySet):
wait_in_seconds=0, measure_memory=False):
# Wait is time to wait_in_seconds on page in seconds.
super(TrivialSitesStorySet, self).__init__(
- cloud_storage_bucket=story.PUBLIC_BUCKET)
+ cloud_storage_bucket=story.PUBLIC_BUCKET,
+ verify_names=True)
self.AddStory(TrivialScrollingPage(
self, shared_state, wait_in_seconds, measure_memory))
self.AddStory(TrivialBlinkingCursorPage(
« no previous file with comments | « tools/perf/page_sets/loading_desktop.py ('k') | tools/perf/page_sets/webrtc_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698