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

Unified 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, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index 969a767f78e0bf995c4dfca9c905fb186ee7c6ed..88161f1784d9f1430601ebec64c701785063ab42 100644
--- a/tools/perf/page_sets/tough_video_cases.json
+++ b/tools/perf/page_sets/tough_video_cases.json
@@ -1,59 +1,51 @@
{
"description": "Video Stack Perf benchmark",
- "play_audio": [
+ "play-action": [
{ "action": "play",
- "selector": "#audio_1",
- "wait_for_playing": true,
- "wait_for_ended": true
- }
- ],
- "play_video": [
- { "action": "play",
- "selector": "#video_1",
"wait_for_playing": true,
"wait_for_ended": true
}
],
"pages": [
{
- "url": "file:///tough_video_cases/video.html?src=crowd.wav&id=audio_1&type=audio",
- "media_metrics": {"action": "play_audio"}
+ "url": "file:///tough_video_cases/video.html?src=crowd.wav&type=audio",
+ "media_metrics": {"action": "play-action"}
},
{
- "url": "file:///tough_video_cases/video.html?src=crowd.ogg&id=audio_1&type=audio",
- "media_metrics": {"action": "play_audio"}
+ "url": "file:///tough_video_cases/video.html?src=crowd.ogg&type=audio",
+ "media_metrics": {"action": "play-action"}
},
{
- "url": "file:///tough_video_cases/video.html?src=crowd1080.ogv&id=video_1&type=video",
- "media_metrics": {"action": "play_video"}
+ "url": "file:///tough_video_cases/video.html?src=crowd1080.ogv&type=video",
+ "media_metrics": {"action": "play-action"}
},
{
- "url": "file:///tough_video_cases/video.html?src=crowd1080.webm&id=video_1&type=video",
- "media_metrics": {"action": "play_video"}
+ "url": "file:///tough_video_cases/video.html?src=crowd1080.webm&type=video",
+ "media_metrics": {"action": "play-action"}
},
{
- "url": "file:///tough_video_cases/video.html?src=crowd2160.ogv&id=video_1&type=video",
- "media_metrics": {"action": "play_video"}
+ "url": "file:///tough_video_cases/video.html?src=crowd2160.ogv&type=video",
+ "media_metrics": {"action": "play-action"}
},
{
- "url": "file:///tough_video_cases/video.html?src=crowd2160.webm&id=video_1&type=video",
- "media_metrics": {"action": "play_video"}
+ "url": "file:///tough_video_cases/video.html?src=crowd2160.webm&type=video",
+ "media_metrics": {"action": "play-action"}
},
{
- "url": "file:///tough_video_cases/video.html?src=tulip2.ogg&id=audio_1&type=audio",
- "media_metrics": {"action": "play_audio"}
+ "url": "file:///tough_video_cases/video.html?src=tulip2.ogg&type=audio",
+ "media_metrics": {"action": "play-action"}
},
{
- "url": "file:///tough_video_cases/video.html?src=tulip2.wav&id=audio_1&type=audio",
- "media_metrics": {"action": "play_audio"}
+ "url": "file:///tough_video_cases/video.html?src=tulip2.wav&type=audio",
+ "media_metrics": {"action": "play-action"}
},
{
- "url": "file:///tough_video_cases/video.html?src=tulip2.ogv&id=video_1&type=video",
- "media_metrics": {"action": "play_video"}
+ "url": "file:///tough_video_cases/video.html?src=tulip2.ogv&type=video",
+ "media_metrics": {"action": "play-action"}
},
{
- "url": "file:///tough_video_cases/video.html?src=tulip2.webm&id=video_1&type=video",
- "media_metrics": {"action": "play_video"}
+ "url": "file:///tough_video_cases/video.html?src=tulip2.webm&type=video",
+ "media_metrics": {"action": "play-action"}
}
]
}
« 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