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

Side by Side Diff: tools/perf/page_sets/steady_state.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: 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/steady_state_000.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 SteadyStateStorySet(story.StorySet):
nednguyen 2016/08/24 19:51:43 Why create new story set & benchmark instead of ad
erikchen 2016/08/24 22:13:31 Assuming this has low noise, I'm going to add anot
9 """Historically, Chrome has high steady-state CPU usage on these sites."""
10
11 def __init__(self):
12 super(SteadyStateStorySet, self).__init__(
13 archive_data_file='data/steady_state.json',
14 cloud_storage_bucket=story.PARTNER_BUCKET)
15 self.AddStory(page_module.Page(
16 'http://www.labradortraininghq.com/labrador-training/how-to-crate-train'
17 '-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/steady_state_000.wpr.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698