summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfmeawad <fmeawad@chromium.org>2014-09-09 00:44:22 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-09 07:52:18 +0000
commit9490ed19fe378514800ce0effa45a8285a441076 (patch)
treef3d36a1f5741554ad1aa269266598855819080c5
parent0abb84994f293d6fc17e5c2d3e21a933d4f73fbc (diff)
downloadchromium_src-9490ed19fe378514800ce0effa45a8285a441076.zip
chromium_src-9490ed19fe378514800ce0effa45a8285a441076.tar.gz
chromium_src-9490ed19fe378514800ce0effa45a8285a441076.tar.bz2
Disable RepaintGpuRasterizationKeyMobileSites
It crashes on the android perf bots. BUG=412001 Review URL: https://codereview.chromium.org/551913003 Cr-Commit-Position: refs/heads/master@{#293891}
-rw-r--r--tools/perf/benchmarks/repaint.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/benchmarks/repaint.py b/tools/perf/benchmarks/repaint.py
index b7d6b8a..dd3971e 100644
--- a/tools/perf/benchmarks/repaint.py
+++ b/tools/perf/benchmarks/repaint.py
@@ -16,6 +16,7 @@ class RepaintKeyMobileSites(benchmark.Benchmark):
page_set = page_sets.KeyMobileSitesPageSet
+@benchmark.Disabled('android') # crbug.com/412001
class RepaintGpuRasterizationKeyMobileSites(benchmark.Benchmark):
"""Measures repaint performance on the key mobile sites with forced GPU
rasterization.