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

Side by Side Diff: tools/perf/page_sets/idle_after_loading_stories.py

Issue 2271793003: Add a new benchmark for cpu power measurements on steady state sites. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add wpr files. Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « tools/perf/page_sets/data/idle_after_loading_stories_001.wpr.sha1 ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 from telemetry.page import page as page_module
5 from telemetry import story
6
7
8 class IdleAfterLoadingStories(story.StorySet):
9 """Historically, Chrome has high CPU usage on these sites after the page has
10 loaded. These user stories let Chrome idle on the page."""
11
12 def __init__(self):
13 super(IdleAfterLoadingStories, self).__init__(
14 archive_data_file='data/idle_after_loading_stories.json',
15 cloud_storage_bucket=story.PARTNER_BUCKET)
16 self.AddStory(page_module.Page(
17 'http://www.labradortraininghq.com/labrador-training/how-to-crate-train'
nednguyen 2016/08/27 00:10:38 nits: can you add comment or bug link about why th
erikchen 2016/08/27 00:20:21 Done.
18 '-a-puppy/#How_Long_DoesIt_Take_To_Crate_Train_A_Puppy', page_set=self))
OLDNEW
« no previous file with comments | « tools/perf/page_sets/data/idle_after_loading_stories_001.wpr.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698