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

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

Issue 321483005: [Telemetry] Disable speedometer on android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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/speedometer.py
diff --git a/tools/perf/benchmarks/speedometer.py b/tools/perf/benchmarks/speedometer.py
index 1d3ad38d85510415f7e26d865b23f74a164147af..260d55e91f7a44baa841d8a7799de459fa607f94 100644
--- a/tools/perf/benchmarks/speedometer.py
+++ b/tools/perf/benchmarks/speedometer.py
@@ -34,6 +34,7 @@ class SpeedometerMeasurement(page_measurement.PageMeasurement):
'Total', 'ms', tab.EvaluateJavaScript('benchmarkClient._timeValues'))
+@test.Disabled('android') # Times out
xun.sun 2014/06/09 06:11:15 Sorry to comment on a closed patch. Is this tempor
class Speedometer(test.Test):
test = SpeedometerMeasurement
« 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