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

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

Issue 2924643002: Explicitly setting names for stories in the power 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/trivial_sites.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/typical_10_mobile.py
diff --git a/tools/perf/page_sets/typical_10_mobile.py b/tools/perf/page_sets/typical_10_mobile.py
index 5b03a73c4e2aa850b40e7390ad489821151307db..968c20e27fc6a225fa9cdb3cb6b7cd4358bef333 100644
--- a/tools/perf/page_sets/typical_10_mobile.py
+++ b/tools/perf/page_sets/typical_10_mobile.py
@@ -63,10 +63,11 @@ class Typical10MobilePageSet(story.StorySet):
def __init__(self):
super(Typical10MobilePageSet, self).__init__(
archive_data_file='data/typical_10_mobile.json',
- cloud_storage_bucket=story.PARTNER_BUCKET)
+ cloud_storage_bucket=story.PARTNER_BUCKET,
+ verify_names=True)
for url in urls_list:
- self.AddStory(Typical10MobilePage(url, self))
+ self.AddStory(Typical10MobilePage(url, self, name=url))
class Typical10MobileReloadPageSet(story.StorySet):
"""10 typical mobile pages, used for reloading power testing."""
« no previous file with comments | « tools/perf/page_sets/trivial_sites.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698