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

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

Issue 2931693002: Explicitly set names for remaining stories in v8 benchmarks (Closed)
Patch Set: 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/infinite_scroll_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/v8_top_25.py
diff --git a/tools/perf/page_sets/v8_top_25.py b/tools/perf/page_sets/v8_top_25.py
index ed94ba38c404ea6e788828d44f759b39be641ead..f7f98c930078dbccb9d9a5a9332307379125ee69 100644
--- a/tools/perf/page_sets/v8_top_25.py
+++ b/tools/perf/page_sets/v8_top_25.py
@@ -67,7 +67,8 @@ class V8Top25StorySet(story.StorySet):
def __init__(self):
super(V8Top25StorySet, self).__init__(
archive_data_file='data/v8_top_25.json',
- cloud_storage_bucket=story.INTERNAL_BUCKET)
+ cloud_storage_bucket=story.INTERNAL_BUCKET,
+ verify_names=True)
for url in urls_list:
- self.AddStory(V8Top25(url, self))
+ self.AddStory(V8Top25(url, self, url))
« no previous file with comments | « tools/perf/page_sets/infinite_scroll_cases.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698