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

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

Issue 2916913003: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/blob_workshop.py
diff --git a/tools/perf/page_sets/blob_workshop.py b/tools/perf/page_sets/blob_workshop.py
index 049983f4f78465676e59132b52e68a95c5320cea..0643173a585174e1e02fa07ea1496f20e40e010c 100644
--- a/tools/perf/page_sets/blob_workshop.py
+++ b/tools/perf/page_sets/blob_workshop.py
@@ -73,7 +73,7 @@ class BlobWorkshopPageSet(story.StorySet):
"""The BlobWorkshop page set."""
def __init__(self):
- super(BlobWorkshopPageSet, self).__init__()
+ super(BlobWorkshopPageSet, self).__init__(verify_names=True)
self.AddStory(
BlobMassCreate('2Bx200', [2] * 200, self))
self.AddStory(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698