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

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

Issue 91623004: Add media perf benchamrk under network simulations. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years 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
OLDNEW
(Empty)
1 {
2 "description": "Media benchmark on network constrained conditions.",
3 "media_metrics": {"action": "play-action"},
4 "add_browser_metrics": true,
5 "play-action": [
6 { "action": "play",
7 "wait_for_playing": true,
8 "wait_for_ended": true
9 }
10 ],
11 "pages": [
12 {
13 "url": "file://tough_video_cases/video.html?id=no_constraints_webm&src=tul ip2.webm&net=none"
14 },
15 {
16 "url": "file://tough_video_cases/video.html?id=cable_webm&src=tulip2.webm& net=cable"
17 },
18 {
19 "url": "file://tough_video_cases/video.html?id=wifi_webm&src=tulip2.webm&n et=wifi"
20 },
21 {
22 "url": "file://tough_video_cases/video.html?id=no_constraints_ogv&src=tuli p2.ogv&net=none"
23 },
24 {
25 "url": "file://tough_video_cases/video.html?id=cable_ogv&src=tulip2.ogv&ne t=cable"
26 },
27 {
28 "url": "file://tough_video_cases/video.html?id=wifi_ogv&src=tulip2.ogv&net =wifi"
29 },
30 {
31 "url": "file://tough_video_cases/video.html?id=no_constraints_mp4&src=tuli p2.mp4&net=none"
32 },
33 {
34 "url": "file://tough_video_cases/video.html?id=cable_mp4&src=tulip2.mp4&ne t=cable"
35 },
36 {
37 "url": "file://tough_video_cases/video.html?id=wifi_mp4&src=tulip2.mp4&net =wifi"
38 },
39 {
40 "url": "file://tough_video_cases/video.html?id=no_constraints_wav&src=tuli p2.wav&type=audio&net=none"
41 },
42 {
43 "url": "file://tough_video_cases/video.html?id=cable_wav&src=tulip2.wav&ty pe=audio&net=cable"
44 },
45 {
46 "url": "file://tough_video_cases/video.html?id=wifi_wav&src=tulip2.wav&typ e=audio&net=wifi"
47 },
48 {
49 "url": "file://tough_video_cases/video.html?id=no_constraints_ogg&src=tuli p2.ogg&type=audio&net=none"
50 },
51 {
52 "url": "file://tough_video_cases/video.html?id=cable_ogg&src=tulip2.ogg&ty pe=audio&net=cable"
53 },
54 {
55 "url": "file://tough_video_cases/video.html?id=wifi_ogg&src=tulip2.ogg&typ e=audio&net=wifi"
56 },
57 {
58 "url": "file://tough_video_cases/video.html?id=no_constraints_mp3&src=tuli p2.mp3&type=audio&net=none"
59 },
60 {
61 "url": "file://tough_video_cases/video.html?id=cable_mp3&src=tulip2.mp3&ty pe=audio&net=cable"
62 },
63 {
64 "url": "file://tough_video_cases/video.html?id=wifi_mp3&src=tulip2.mp3&typ e=audio&net=wifi"
65 },
66 {
67 "url": "file://tough_video_cases/video.html?id=no_constraints_m4a&src=tuli p2.m4a&type=audio&net=none"
68 },
69 {
70 "url": "file://tough_video_cases/video.html?id=cable_m4a&src=tulip2.m4a&ty pe=audio&net=cable"
71 },
72 {
73 "url": "file://tough_video_cases/video.html?id=wifi_m4a&src=tulip2.m4a&typ e=audio&net=wifi"
74 }
75 ]
76 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698