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

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

Issue 1412143003: Disable power.gpu_rasterization.top_25.reference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | no next file » | 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 a5c70f8d21bdc3085813100f0da3e4d1f38d902d..85c5bf9abb8010c57272e92958cd7b644523edff 100644
--- a/tools/perf/benchmarks/power.py
+++ b/tools/perf/benchmarks/power.py
@@ -120,6 +120,7 @@ class PowerTop25(perf_benchmark.PerfBenchmark):
return stories
@benchmark.Enabled('mac')
+@benchmark.Disabled('reference') # crbug.com/549302
class PowerGpuRasterizationTop25(perf_benchmark.PerfBenchmark):
"""Top 25 quiescent power test with GPU rasterization enabled."""
tag = 'gpu_rasterization'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698