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

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

Issue 2909653003: Re-enable the multiple_peerconnections story and disable webrtc traces and metrics. (Closed)
Patch Set: Address comment. Created 3 years, 7 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/page_sets/webrtc_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/webrtc.py
diff --git a/tools/perf/benchmarks/webrtc.py b/tools/perf/benchmarks/webrtc.py
index d1f81675ebfbdf4f756e43d5f1ae801fbba7ddd9..eb2aeb9fd036c54258b6842b3b195c945f008b25 100644
--- a/tools/perf/benchmarks/webrtc.py
+++ b/tools/perf/benchmarks/webrtc.py
@@ -27,7 +27,8 @@ class WebrtcPerfBenchmark(perf_benchmark.PerfBenchmark):
'-*',
'toplevel',
# WebRTC
- 'webrtc',
+ # TODO(ehmaldonado): Re-enable once http://crbug.com/725502 is fixed.
+ # 'webrtc',
]
category_filter = chrome_trace_category_filter.ChromeTraceCategoryFilter(
@@ -35,7 +36,8 @@ class WebrtcPerfBenchmark(perf_benchmark.PerfBenchmark):
options = timeline_based_measurement.Options(category_filter)
options.SetTimelineBasedMetrics([
'cpuTimeMetric',
- 'webrtcRenderingMetric',
+ # TODO(ehmaldonado): Re-enable once http://crbug.com/725502 is fixed.
+ # 'webrtcRenderingMetric',
])
return options
« no previous file with comments | « no previous file | tools/perf/page_sets/webrtc_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698