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

Side by Side Diff: tools/perf/page_sets/media_cns_cases.json

Issue 217033007: Add seek tests to media constrained network benchmark. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | tools/perf/page_sets/tough_video_cases/video.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "description": "Media benchmark on network constrained conditions.", 2 "description": "Media benchmark on network constrained conditions.",
3 "media_metrics": {"action": "play-action"}, 3 "media_metrics": {"action": "play-action"},
4 "add_browser_metrics": true, 4 "add_browser_metrics": true,
5 "play-action": [ 5 "play-action": [
6 { "action": "play", 6 { "action": "play",
7 "wait_for_playing": true, 7 "wait_for_playing": true,
8 "wait_for_ended": true 8 "wait_for_ended": true
9 } 9 }
10 ], 10 ],
11 "seek_before_and_after_playhead": [
12 { "action": "play",
13 "wait_for_playing": true,
14 "wait_for_ended": false
15 },
16 { "_comment": "Wait for 1 second so that we know the play-head is at ~1s.",
17 "action": "wait", "seconds": 1
18 },
19 { "_comment": "Seek to before the play-head location.",
20 "action": "seek",
21 "wait_for_seeked": true,
22 "seek_time": "0.5",
23 "seek_label": "seek_warm"
24 },
25 { "_comment": "Seek to after the play-head location.",
26 "action": "seek",
27 "wait_for_seeked": true,
28 "seek_time": 15,
29 "seek_label": "seek_cold"
30 }
31 ],
11 "pages": [ 32 "pages": [
12 { 33 {
13 "url": "file://tough_video_cases/video.html?id=no_constraints_webm&src=tul ip2.webm&net=none" 34 "url": "file://tough_video_cases/video.html?id=no_constraints_webm&src=tul ip2.webm&net=none"
14 }, 35 },
15 { 36 {
16 "url": "file://tough_video_cases/video.html?id=cable_webm&src=tulip2.webm& net=cable" 37 "url": "file://tough_video_cases/video.html?id=cable_webm&src=tulip2.webm& net=cable"
17 }, 38 },
18 { 39 {
19 "url": "file://tough_video_cases/video.html?id=wifi_webm&src=tulip2.webm&n et=wifi" 40 "url": "file://tough_video_cases/video.html?id=wifi_webm&src=tulip2.webm&n et=wifi"
20 }, 41 },
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "url": "file://tough_video_cases/video.html?id=wifi_mp3&src=tulip2.mp3&typ e=audio&net=wifi" 85 "url": "file://tough_video_cases/video.html?id=wifi_mp3&src=tulip2.mp3&typ e=audio&net=wifi"
65 }, 86 },
66 { 87 {
67 "url": "file://tough_video_cases/video.html?id=no_constraints_m4a&src=tuli p2.m4a&type=audio&net=none" 88 "url": "file://tough_video_cases/video.html?id=no_constraints_m4a&src=tuli p2.m4a&type=audio&net=none"
68 }, 89 },
69 { 90 {
70 "url": "file://tough_video_cases/video.html?id=cable_m4a&src=tulip2.m4a&ty pe=audio&net=cable" 91 "url": "file://tough_video_cases/video.html?id=cable_m4a&src=tulip2.m4a&ty pe=audio&net=cable"
71 }, 92 },
72 { 93 {
73 "url": "file://tough_video_cases/video.html?id=wifi_m4a&src=tulip2.m4a&typ e=audio&net=wifi" 94 "url": "file://tough_video_cases/video.html?id=wifi_m4a&src=tulip2.m4a&typ e=audio&net=wifi"
95 },
96 {
97 "url": "file://tough_video_cases/video.html?id=wifi_mp3&src=tulip2.mp3&typ e=audio&net=wifi",
98 "skip_basic_metrics": true,
99 "add_browser_metrics": false,
100 "media_metrics": {"action": "seek_before_and_after_playhead"}
101 },
102 {
103 "url": "file://tough_video_cases/video.html?id=wifi_m4a&src=tulip2.m4a&typ e=audio&net=wifi",
104 "skip_basic_metrics": true,
105 "add_browser_metrics": false,
106 "media_metrics": {"action": "seek_before_and_after_playhead"}
107 },
108 {
109 "url": "file://tough_video_cases/video.html?id=wifi_ogg&src=tulip2.ogg&typ e=audio&net=wifi",
110 "skip_basic_metrics": true,
111 "add_browser_metrics": false,
112 "media_metrics": {"action": "seek_before_and_after_playhead"}
113 },
114 {
115 "url": "file://tough_video_cases/video.html?id=wifi_wav&src=tulip2.wav&typ e=audio&net=wifi",
116 "skip_basic_metrics": true,
117 "add_browser_metrics": false,
118 "media_metrics": {"action": "seek_before_and_after_playhead"}
119 },
120 {
121 "url": "file://tough_video_cases/video.html?id=wifi_mp4&src=tulip2.mp4&typ e=audio&net=wifi",
122 "skip_basic_metrics": true,
123 "add_browser_metrics": false,
124 "media_metrics": {"action": "seek_before_and_after_playhead"}
125 },
126 {
127 "url": "file://tough_video_cases/video.html?id=wifi_ogv&src=tulip2.ogv&typ e=audio&net=wifi",
128 "skip_basic_metrics": true,
129 "add_browser_metrics": false,
130 "media_metrics": {"action": "seek_before_and_after_playhead"}
131 },
132 {
133 "url": "file://tough_video_cases/video.html?id=wifi_webm&src=tulip2.webm&t ype=audio&net=wifi",
134 "skip_basic_metrics": true,
135 "add_browser_metrics": false,
136 "media_metrics": {"action": "seek_before_and_after_playhead"}
74 } 137 }
75 ] 138 ]
76 } 139 }
OLDNEW
« no previous file with comments | « no previous file | tools/perf/page_sets/tough_video_cases/video.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698