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

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

Issue 2924643002: Explicitly setting names for stories in the power benchmarks (Closed)
Patch Set: 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/idle_platform.py ('k') | tools/perf/page_sets/typical_10_mobile.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/trivial_sites.py
diff --git a/tools/perf/page_sets/trivial_sites.py b/tools/perf/page_sets/trivial_sites.py
index 3ed2ac58a028f1c0c595047ef5254e7456d66b9c..192ce5b442520e70c9d682e5440e676ef92764b0 100644
--- a/tools/perf/page_sets/trivial_sites.py
+++ b/tools/perf/page_sets/trivial_sites.py
@@ -133,7 +133,8 @@ class TrivialAnimationPage(_BasePage):
class TrivialSitesStorySet(story.StorySet):
def __init__(self, shared_state = shared_page_state.SharedPageState,
- wait_in_seconds=0, measure_memory=False):
+ wait_in_seconds=0, measure_memory=False,
+ verify_names=True):
# Wait is time to wait_in_seconds on page in seconds.
super(TrivialSitesStorySet, self).__init__(
cloud_storage_bucket=story.PUBLIC_BUCKET,
« no previous file with comments | « tools/perf/page_sets/idle_platform.py ('k') | tools/perf/page_sets/typical_10_mobile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698