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

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

Issue 2896253004: [Telemetry] Disable webrtc.multiple_peerconnections story. (Closed)
Patch Set: 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 13476f5fadc32ca50001e066042c827a431f94ba..6f073d549a16470615561a7a9e19ebec39792c46 100644
--- a/tools/perf/benchmarks/webrtc.py
+++ b/tools/perf/benchmarks/webrtc.py
@@ -21,9 +21,6 @@ class WebrtcPerfBenchmark(perf_benchmark.PerfBenchmark):
def Name(cls):
return 'webrtc'
- def GetExpectations(self):
- return page_sets.WebrtcExpectations()
-
def CreateTimelineBasedMeasurementOptions(self):
categories = [
# Disable all categories by default.
« 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