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

Unified Diff: tools/perf/page_sets/tough_scrolling_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/tough_compositor_cases.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/tough_scrolling_cases.py
diff --git a/tools/perf/page_sets/tough_scrolling_cases.py b/tools/perf/page_sets/tough_scrolling_cases.py
index 0f5e91de3d149f8f202694cfc744248d38661e3d..dce65ce9a4f2729313abd408869b62b3bb4ed6ca 100644
--- a/tools/perf/page_sets/tough_scrolling_cases.py
+++ b/tools/perf/page_sets/tough_scrolling_cases.py
@@ -31,7 +31,7 @@ class ToughScrollingCasesPageSet(story.StorySet):
"""
def __init__(self):
- super(ToughScrollingCasesPageSet, self).__init__()
+ super(ToughScrollingCasesPageSet, self).__init__(verify_names=True)
fast_scrolling_page_name_list = [
'text',
« no previous file with comments | « tools/perf/page_sets/tough_compositor_cases.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698