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

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

Issue 1067193002: Disable draw_properties benchmark on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 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/draw_properties.py
diff --git a/tools/perf/benchmarks/draw_properties.py b/tools/perf/benchmarks/draw_properties.py
index ae7fee5f15b6ac85effaac4c0ee0827b4653a6a9..fade7c5f122561a8a656ad1fd336ab93808d56cf 100644
--- a/tools/perf/benchmarks/draw_properties.py
+++ b/tools/perf/benchmarks/draw_properties.py
@@ -9,7 +9,8 @@ import page_sets
# This benchmark depends on tracing categories available in M43
-@benchmark.Disabled('reference','win') # http://crbug.com/463111
+@benchmark.Disabled('reference','win', # http://crbug.com/463111
+ 'android') # http://crbug.com/471786
class DrawPropertiesToughScrolling(benchmark.Benchmark):
test = draw_properties.DrawProperties
page_set = page_sets.ToughScrollingCasesPageSet
@@ -19,7 +20,8 @@ class DrawPropertiesToughScrolling(benchmark.Benchmark):
# This benchmark depends on tracing categories available in M43
-@benchmark.Disabled('reference','win') # http://crbug.com/463111
+@benchmark.Disabled('reference','win', # http://crbug.com/463111
+ 'android') # http://crbug.com/471786
class DrawPropertiesTop25(benchmark.Benchmark):
"""Measures the relative performance of CalcDrawProperties vs computing draw
properties from property trees.
« 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