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

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

Issue 16854013: Telemetry media_measurement plus play action and tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed un-needed file 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/video_stack/video_stack.json
diff --git a/tools/perf/page_sets/video_stack/video_stack.json b/tools/perf/page_sets/video_stack/video_stack.json
new file mode 100644
index 0000000000000000000000000000000000000000..f850603521c3478e14cdecc8954acdda9295422c
--- /dev/null
+++ b/tools/perf/page_sets/video_stack/video_stack.json
@@ -0,0 +1,15 @@
+{
nduca 2013/06/17 23:01:33 i think current custom is to call this file and fo
shadi 2013/06/18 00:30:01 Why did you guys go with tough_*_cases naming? Pag
+ "description": "Video Stack Perf benchmark",
+ "pages": [
+ {
+ "url": "file:///video.html?mediaFile=bear.webm",
+ "media_metrics": [
+ { "action": "play",
+ "selector": "#video_1",
+ "wait_for_playing": true,
+ "wait_for_ended": true
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698