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

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

Issue 619903003: Turn off telemetry tests which crash on WebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | tools/perf/benchmarks/media.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/blink_perf.py
diff --git a/tools/perf/benchmarks/blink_perf.py b/tools/perf/benchmarks/blink_perf.py
index 20d3a025ebceeb4bfbb020b69684339d4fe674d4..8d897b148cdef0731ca38e8fbfb1cec8d714d23d 100644
--- a/tools/perf/benchmarks/blink_perf.py
+++ b/tools/perf/benchmarks/blink_perf.py
@@ -96,7 +96,6 @@ class _BlinkPerfMeasurement(page_test.PageTest):
print log
Sami 2014/10/01 18:22:12 Intentional? The coding style calls for two blank
hjd 2014/10/02 11:05:26 Done.
-
class BlinkPerfAnimation(benchmark.Benchmark):
tag = 'animation'
test = _BlinkPerfMeasurement
@@ -124,6 +123,7 @@ class BlinkPerfCSS(benchmark.Benchmark):
return _CreatePageSetFromPath(path, SKIPPED_FILE)
+@benchmark.Disabled('android-webview')
class BlinkPerfCanvas(benchmark.Benchmark):
tag = 'canvas'
test = _BlinkPerfMeasurement
@@ -205,6 +205,7 @@ class BlinkPerfShadowDOM(benchmark.Benchmark):
return _CreatePageSetFromPath(path, SKIPPED_FILE)
+#@benchmark.Disabled('android-webview')
Sami 2014/10/01 18:22:12 Commented out on purpose?
hjd 2014/10/02 11:05:26 Nope, done.
class BlinkPerfXMLHttpRequest(benchmark.Benchmark):
tag = 'xml_http_request'
test = _BlinkPerfMeasurement
« no previous file with comments | « no previous file | tools/perf/benchmarks/media.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698