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

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

Issue 2935783004: Explicitly setting names for stories in used page_sets (Closed)
Patch Set: Explicitly setting names for stories in used page_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
Index: tools/perf/page_sets/typical_25.py
diff --git a/tools/perf/page_sets/typical_25.py b/tools/perf/page_sets/typical_25.py
index 679a1b139b7dea20e5ad787cad2acd91c19b829f..87fc8e3944e1a145b39670dde7f69970490ee9d0 100644
--- a/tools/perf/page_sets/typical_25.py
+++ b/tools/perf/page_sets/typical_25.py
@@ -16,7 +16,7 @@ class Typical25Page(page_module.Page):
super(Typical25Page, self).__init__(
url=url, page_set=page_set,
shared_page_state_class=shared_page_state_class,
- cache_temperature=cache_temperature)
+ cache_temperature=cache_temperature, name=url)
self._run_no_page_interactions = run_no_page_interactions
def RunPageInteractions(self, action_runner):
@@ -37,7 +37,8 @@ class Typical25PageSet(story.StorySet):
cache_temperatures=None):
super(Typical25PageSet, self).__init__(
archive_data_file='data/typical_25.json',
- cloud_storage_bucket=story.PARTNER_BUCKET)
+ cloud_storage_bucket=story.PARTNER_BUCKET,
+ verify_names=True)
if cache_temperatures is None:
cache_temperatures = [cache_temperature_module.ANY]
« tools/perf/page_sets/story_set_unittest.py ('K') | « tools/perf/page_sets/top_10_mobile.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698