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

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

Issue 23765003: Clean up tough-video-cases page-set: remove unnecessary ID and selector values. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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 | no next file » | 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": "Video Stack Perf benchmark", 2 "description": "Video Stack Perf benchmark",
3 "play_audio": [ 3 "play-action": [
4 { "action": "play", 4 { "action": "play",
5 "selector": "#audio_1",
6 "wait_for_playing": true,
7 "wait_for_ended": true
8 }
9 ],
10 "play_video": [
11 { "action": "play",
12 "selector": "#video_1",
13 "wait_for_playing": true, 5 "wait_for_playing": true,
14 "wait_for_ended": true 6 "wait_for_ended": true
15 } 7 }
16 ], 8 ],
17 "pages": [ 9 "pages": [
18 { 10 {
19 "url": "file:///tough_video_cases/video.html?src=crowd.wav&id=audio_1&type =audio", 11 "url": "file:///tough_video_cases/video.html?src=crowd.wav&type=audio",
20 "media_metrics": {"action": "play_audio"} 12 "media_metrics": {"action": "play-action"}
21 }, 13 },
22 { 14 {
23 "url": "file:///tough_video_cases/video.html?src=crowd.ogg&id=audio_1&type =audio", 15 "url": "file:///tough_video_cases/video.html?src=crowd.ogg&type=audio",
24 "media_metrics": {"action": "play_audio"} 16 "media_metrics": {"action": "play-action"}
25 }, 17 },
26 { 18 {
27 "url": "file:///tough_video_cases/video.html?src=crowd1080.ogv&id=video_1& type=video", 19 "url": "file:///tough_video_cases/video.html?src=crowd1080.ogv&type=video" ,
28 "media_metrics": {"action": "play_video"} 20 "media_metrics": {"action": "play-action"}
29 }, 21 },
30 { 22 {
31 "url": "file:///tough_video_cases/video.html?src=crowd1080.webm&id=video_1 &type=video", 23 "url": "file:///tough_video_cases/video.html?src=crowd1080.webm&type=video ",
32 "media_metrics": {"action": "play_video"} 24 "media_metrics": {"action": "play-action"}
33 }, 25 },
34 { 26 {
35 "url": "file:///tough_video_cases/video.html?src=crowd2160.ogv&id=video_1& type=video", 27 "url": "file:///tough_video_cases/video.html?src=crowd2160.ogv&type=video" ,
36 "media_metrics": {"action": "play_video"} 28 "media_metrics": {"action": "play-action"}
37 }, 29 },
38 { 30 {
39 "url": "file:///tough_video_cases/video.html?src=crowd2160.webm&id=video_1 &type=video", 31 "url": "file:///tough_video_cases/video.html?src=crowd2160.webm&type=video ",
40 "media_metrics": {"action": "play_video"} 32 "media_metrics": {"action": "play-action"}
41 }, 33 },
42 { 34 {
43 "url": "file:///tough_video_cases/video.html?src=tulip2.ogg&id=audio_1&typ e=audio", 35 "url": "file:///tough_video_cases/video.html?src=tulip2.ogg&type=audio",
44 "media_metrics": {"action": "play_audio"} 36 "media_metrics": {"action": "play-action"}
45 }, 37 },
46 { 38 {
47 "url": "file:///tough_video_cases/video.html?src=tulip2.wav&id=audio_1&typ e=audio", 39 "url": "file:///tough_video_cases/video.html?src=tulip2.wav&type=audio",
48 "media_metrics": {"action": "play_audio"} 40 "media_metrics": {"action": "play-action"}
49 }, 41 },
50 { 42 {
51 "url": "file:///tough_video_cases/video.html?src=tulip2.ogv&id=video_1&typ e=video", 43 "url": "file:///tough_video_cases/video.html?src=tulip2.ogv&type=video",
52 "media_metrics": {"action": "play_video"} 44 "media_metrics": {"action": "play-action"}
53 }, 45 },
54 { 46 {
55 "url": "file:///tough_video_cases/video.html?src=tulip2.webm&id=video_1&ty pe=video", 47 "url": "file:///tough_video_cases/video.html?src=tulip2.webm&type=video",
56 "media_metrics": {"action": "play_video"} 48 "media_metrics": {"action": "play-action"}
57 } 49 }
58 ] 50 ]
59 } 51 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698