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

Unified Diff: tools/perf/page_sets/intl_ko_th_vi.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/intl_ko_th_vi.py
diff --git a/tools/perf/page_sets/intl_ko_th_vi.py b/tools/perf/page_sets/intl_ko_th_vi.py
index 9f6d8cfb55f5309b4ac10f70d505491a350c34c7..0a1e7eb0a952c15479c92d7e7686ca9b6490f35b 100644
--- a/tools/perf/page_sets/intl_ko_th_vi.py
+++ b/tools/perf/page_sets/intl_ko_th_vi.py
@@ -14,7 +14,8 @@ class IntlKoThViPage(page_cycler_story.PageCyclerStory):
super(IntlKoThViPage, self).__init__(
url=url, page_set=page_set,
shared_page_state_class=shared_page_state.SharedDesktopPageState,
- cache_temperature=cache_temperature)
+ cache_temperature=cache_temperature,
+ name=url)
class IntlKoThViPageSet(story.StorySet):
@@ -24,7 +25,8 @@ class IntlKoThViPageSet(story.StorySet):
def __init__(self, cache_temperatures=None):
super(IntlKoThViPageSet, self).__init__(
archive_data_file='data/intl_ko_th_vi.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]

Powered by Google App Engine
This is Rietveld 408576698