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

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

Issue 2474423002: perf: Remove Facebook from power.gpu_rasterization.top_10 (Closed)
Patch Set: Also fix power.top_10 Created 4 years, 1 month 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/top_10.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 bd29ea84eda7ec21f5ec69c5b8897c89cc326a5c..06f73134f53419b6fa000ada3c0fecac8710cd87 100644
--- a/tools/perf/benchmarks/power.py
+++ b/tools/perf/benchmarks/power.py
@@ -107,7 +107,7 @@ class PowerGpuRasterizationTypical10Mobile(perf_benchmark.PerfBenchmark):
class PowerTop10(perf_benchmark.PerfBenchmark):
"""Top 10 quiescent power test."""
test = power.QuiescentPower
- page_set = page_sets.Top10PageSet
+ page_set = page_sets.Top10QuiescentPageSet
def SetExtraBrowserOptions(self, options):
options.full_performance_mode = False
@@ -122,7 +122,7 @@ class PowerGpuRasterizationTop10(perf_benchmark.PerfBenchmark):
"""Top 10 quiescent power test with GPU rasterization enabled."""
tag = 'gpu_rasterization'
test = power.QuiescentPower
- page_set = page_sets.Top10PageSet
+ page_set = page_sets.Top10QuiescentPageSet
def SetExtraBrowserOptions(self, options):
silk_flags.CustomizeBrowserOptionsForGpuRasterization(options)
« no previous file with comments | « no previous file | tools/perf/page_sets/top_10.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698