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

Unified Diff: tools/perf/benchmarks/power.py

Issue 2034123002: telemetry, mac: Add more simple scrolling power tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copy paste error. Created 4 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/mac_gpu_sites.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/power.py
diff --git a/tools/perf/benchmarks/power.py b/tools/perf/benchmarks/power.py
index 3e49005f1b05ba33e7a258a9afdd24c72df87bd8..81a610afa929bf0df0cc1eb7a8b2be209cfc830a 100644
--- a/tools/perf/benchmarks/power.py
+++ b/tools/perf/benchmarks/power.py
@@ -184,7 +184,7 @@ class PowerGpuRasterizationTop25(perf_benchmark.PerfBenchmark):
class PowerScrollingTrivialPage(perf_benchmark.PerfBenchmark):
"""Scroll a trivial page and measure power consumption."""
test = power.QuiescentPower
- page_set = page_sets.TrivialScrollStorySet
+ page_set = page_sets.MacGpuTrivialScrollStorySet
@classmethod
def Name(cls):
« no previous file with comments | « no previous file | tools/perf/page_sets/mac_gpu_sites.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698