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

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

Issue 1868483002: [Android] disable failing telemetry_perf_unittest tracing_with_debug_overhead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/tracing.py
diff --git a/tools/perf/benchmarks/tracing.py b/tools/perf/benchmarks/tracing.py
index 95cc44d197325c57e5d5aaa2913aed9c1976de26..4c863dc583453f78191952a5bedee7bb6dc7fd6d 100644
--- a/tools/perf/benchmarks/tracing.py
+++ b/tools/perf/benchmarks/tracing.py
@@ -7,8 +7,10 @@ from core import perf_benchmark
from telemetry.web_perf import timeline_based_measurement
import page_sets
+from telemetry import benchmark
+@benchmark.Disabled('android')
class TracingWithDebugOverhead(perf_benchmark.PerfBenchmark):
page_set = page_sets.Top10PageSet
« 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