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

Side by Side Diff: tools/perf/benchmarks/energy.py

Issue 1092393002: Telemetry: Quiescent power benchmarks for Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@safari-backend
Patch Set: Created 5 years, 8 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 | « no previous file | tools/perf/measurements/energy.py » ('j') | tools/perf/measurements/energy.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 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
5 from telemetry import benchmark
6
7 from measurements import energy
8 import page_sets
9
10
11 class EnergyTop25(benchmark.Benchmark):
12 """Top 25 energy test."""
ccameron 2015/04/20 21:36:33 I'd like to add some simpler pages, in particular
Andre 2015/04/20 21:52:39 Sounds good. We should create a new pageset instea
sullivan 2015/04/21 15:56:53 There already exists a tough_energy_cases pageset,
13 test = energy.Energy
14 page_set = page_sets.Top25PageSet
15 @classmethod
16 def Name(cls):
17 return 'energy.top_25'
OLDNEW
« no previous file with comments | « no previous file | tools/perf/measurements/energy.py » ('j') | tools/perf/measurements/energy.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698