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

Unified Diff: tools/perf/page_sets/tough_compositor_cases.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/simple_mobile_sites.py ('k') | tools/perf/page_sets/tough_scrolling_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_compositor_cases.py
diff --git a/tools/perf/page_sets/tough_compositor_cases.py b/tools/perf/page_sets/tough_compositor_cases.py
index bdaaf7564b9664f077617db8b3ebf0c37cb93265..82ee6f2f012881accb1734ed9ad07a8a2f8f66c0 100644
--- a/tools/perf/page_sets/tough_compositor_cases.py
+++ b/tools/perf/page_sets/tough_compositor_cases.py
@@ -11,7 +11,8 @@ class ToughCompositorPage(page_module.Page):
def __init__(self, url, page_set):
super(ToughCompositorPage, self).__init__(
url=url, page_set=page_set, credentials_path = 'data/credentials.json',
- shared_page_state_class=shared_page_state.SharedMobilePageState)
+ shared_page_state_class=shared_page_state.SharedMobilePageState,
+ name=url)
self.archive_data_file = 'data/tough_compositor_cases.json'
def RunNavigateSteps(self, action_runner):
@@ -47,7 +48,8 @@ class ToughCompositorCasesPageSet(story.StorySet):
def __init__(self):
super(ToughCompositorCasesPageSet, self).__init__(
archive_data_file='data/tough_compositor_cases.json',
- cloud_storage_bucket=story.PUBLIC_BUCKET)
+ cloud_storage_bucket=story.PUBLIC_BUCKET,
+ verify_names=True)
scroll_urls_list = [
# Why: Baseline CC scrolling page. A long page with only text. """
« no previous file with comments | « tools/perf/page_sets/simple_mobile_sites.py ('k') | tools/perf/page_sets/tough_scrolling_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698