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

Unified Diff: tools/perf/metrics/media.py

Issue 70333004: Telemetry: make media perf tests log errors rather than timing out (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « tools/perf/metrics/media.js ('k') | tools/perf/page_sets/tough_video_cases/video.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/metrics/media.py
diff --git a/tools/perf/metrics/media.py b/tools/perf/metrics/media.py
index 6710d4591bef1845b600453a20c0490ef4356241..01446db5fae539d1a28e6feb379bc540698147d1 100644
--- a/tools/perf/metrics/media.py
+++ b/tools/perf/metrics/media.py
@@ -34,7 +34,6 @@ class MediaMetric(Metric):
def AddResults(self, tab, results):
"""Reports all recorded metrics as Telemetry perf results."""
- assert self._results
trace_names = []
for media_metric in self._results:
trace_names.append(self._AddResultsForMediaElement(media_metric, results))
« no previous file with comments | « tools/perf/metrics/media.js ('k') | tools/perf/page_sets/tough_video_cases/video.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698