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

Unified Diff: tools/perf/page_sets/tough_video_cases.json

Issue 16854013: Telemetry media_measurement plus play action and tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Split measurement JS from action JS. Wrap JS access in Py class. Add more unit tests. Created 7 years, 6 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
Index: tools/perf/page_sets/tough_video_cases.json
diff --git a/tools/perf/page_sets/tough_video_cases.json b/tools/perf/page_sets/tough_video_cases.json
new file mode 100644
index 0000000000000000000000000000000000000000..b5f7d6f5248c48b7c755a9b97cc1fac49d06285c
--- /dev/null
+++ b/tools/perf/page_sets/tough_video_cases.json
@@ -0,0 +1,15 @@
+{
+ "description": "Video Stack Perf benchmark",
+ "pages": [
+ {
+ "url": "file:///tough_video_cases/video.html?mediaFile=bear.webm",
+ "media_metrics": [
+ { "action": "play",
+ "selector": "#video_1",
+ "wait_for_playing": true,
+ "wait_for_ended": true
+ }
+ ]
+ }
+ ]
+}
« no previous file with comments | « no previous file | tools/perf/page_sets/tough_video_cases/bear.webm » ('j') | tools/perf/page_sets/tough_video_cases/utils.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698