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

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

Issue 2927883002: Explicitly setting story names for thread_times benchmarks (Closed)
Patch Set: Explicitly setting story names for thread_times benchmarks 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/key_noop_cases.py ('k') | tools/perf/page_sets/tough_compositor_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/simple_mobile_sites.py
diff --git a/tools/perf/page_sets/simple_mobile_sites.py b/tools/perf/page_sets/simple_mobile_sites.py
index 795728879ef5694bd3e33f38c9827de0f4d853fa..f3cb9a6e1c002e4992d64809b94a2deac5ea35b5 100644
--- a/tools/perf/page_sets/simple_mobile_sites.py
+++ b/tools/perf/page_sets/simple_mobile_sites.py
@@ -13,7 +13,8 @@ class SimplePage(page_module.Page):
url=url,
page_set=page_set,
shared_page_state_class=shared_page_state.Shared10InchTabletPageState,
- credentials_path='data/credentials.json')
+ credentials_path='data/credentials.json',
+ name=url)
def RunNavigateSteps(self, action_runner):
super(SimplePage, self).RunNavigateSteps(action_runner)
@@ -37,7 +38,8 @@ class SimpleMobileSitesPageSet(story.StorySet):
def __init__(self):
super(SimpleMobileSitesPageSet, self).__init__(
archive_data_file='data/simple_mobile_sites.json',
- cloud_storage_bucket=story.PUBLIC_BUCKET)
+ cloud_storage_bucket=story.PUBLIC_BUCKET,
+ verify_names=True)
scroll_page_list = [
# Why: Scrolls moderately complex pages (up to 60 layers)
« no previous file with comments | « tools/perf/page_sets/key_noop_cases.py ('k') | tools/perf/page_sets/tough_compositor_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698