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

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

Issue 968973002: [telemetry] - Disable draw_properties benchmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 9ac9ff29b649491eb0e9b60d24259abffcb35850..aa0e12d06339e0ee105c1eb1b166a7797fc86236 100644
--- a/tools/perf/benchmarks/draw_properties.py
+++ b/tools/perf/benchmarks/draw_properties.py
@@ -8,6 +8,7 @@ from measurements import draw_properties
import page_sets
+@benchmark.Disabled() # http://crbug.com/463111
class DrawPropertiesToughScrolling(benchmark.Benchmark):
test = draw_properties.DrawProperties
page_set = page_sets.ToughScrollingCasesPageSet
@@ -15,6 +16,8 @@ class DrawPropertiesToughScrolling(benchmark.Benchmark):
def Name(cls):
return 'draw_properties.tough_scrolling'
+
+@benchmark.Disabled() # http://crbug.com/463111
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