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

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

Issue 71303007: Add MSE perf Telemetry tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleaning cases.json 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 | « no previous file | tools/perf/metrics/media.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/media.py
diff --git a/tools/perf/benchmarks/media.py b/tools/perf/benchmarks/media.py
index 67a0dae735bf10737c4597b8e250d1db98961926..7fcf6100853b1831989eb953a618a351988108e8 100644
--- a/tools/perf/benchmarks/media.py
+++ b/tools/perf/benchmarks/media.py
@@ -23,3 +23,14 @@ class MediaAndroid(test.Test):
# Needed to run media actions in JS in Android.
options.AppendExtraBrowserArgs(
'--disable-gesture-requirement-for-media-playback')
+
+class MediaSourceExtensions(test.Test):
+ """Obtains media metrics for key media source extensions functions."""
+ test = media.Media
+ page_set = 'page_sets/mse_cases.json'
+
+ def CustomizeBrowserOptions(self, options):
+ # Needed to allow XHR requests to return stream objects.
+ options.AppendExtraBrowserArgs(
+ '--enable-experimental-web-platform-features')
+
« no previous file with comments | « no previous file | tools/perf/metrics/media.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698