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

Unified Diff: tools/perf/page_sets/key_hit_test_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 | « no previous file | tools/perf/page_sets/key_idle_power_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/key_hit_test_cases.py
diff --git a/tools/perf/page_sets/key_hit_test_cases.py b/tools/perf/page_sets/key_hit_test_cases.py
index d9dd86cd475656170a830edd7d75a6b9784d2032..eedf71027aaa8bb8d9d7ff73e0f96270e7b062bc 100644
--- a/tools/perf/page_sets/key_hit_test_cases.py
+++ b/tools/perf/page_sets/key_hit_test_cases.py
@@ -40,6 +40,6 @@ class PaperCalculatorHitTest(polymer.PolymerPage):
class KeyHitTestCasesPageSet(story.StorySet):
def __init__(self):
- super(KeyHitTestCasesPageSet, self).__init__()
+ super(KeyHitTestCasesPageSet, self).__init__(verify_names=True)
self.AddStory(PaperCalculatorHitTest(self))
« no previous file with comments | « no previous file | tools/perf/page_sets/key_idle_power_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698