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

Unified 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: rebase head 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/benchmarks/media.py ('k') | tools/perf/page_sets/tough_video_cases.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/media_cns_cases.json
diff --git a/tools/perf/page_sets/media_cns_cases.json b/tools/perf/page_sets/media_cns_cases.json
new file mode 100644
index 0000000000000000000000000000000000000000..7a54d2cae6cdf3d88371d90879c5a8203436fd2a
--- /dev/null
+++ b/tools/perf/page_sets/media_cns_cases.json
@@ -0,0 +1,76 @@
+{
+ "description": "Media benchmark on network constrained conditions.",
+ "media_metrics": {"action": "play-action"},
+ "add_browser_metrics": true,
+ "play-action": [
+ { "action": "play",
+ "wait_for_playing": true,
+ "wait_for_ended": true
+ }
+ ],
+ "pages": [
+ {
+ "url": "file://tough_video_cases/video.html?id=no_constraints_webm&src=tulip2.webm&net=none"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=cable_webm&src=tulip2.webm&net=cable"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=wifi_webm&src=tulip2.webm&net=wifi"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=no_constraints_ogv&src=tulip2.ogv&net=none"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=cable_ogv&src=tulip2.ogv&net=cable"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=wifi_ogv&src=tulip2.ogv&net=wifi"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=no_constraints_mp4&src=tulip2.mp4&net=none"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=cable_mp4&src=tulip2.mp4&net=cable"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=wifi_mp4&src=tulip2.mp4&net=wifi"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=no_constraints_wav&src=tulip2.wav&type=audio&net=none"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=cable_wav&src=tulip2.wav&type=audio&net=cable"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=wifi_wav&src=tulip2.wav&type=audio&net=wifi"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=no_constraints_ogg&src=tulip2.ogg&type=audio&net=none"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=cable_ogg&src=tulip2.ogg&type=audio&net=cable"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=wifi_ogg&src=tulip2.ogg&type=audio&net=wifi"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=no_constraints_mp3&src=tulip2.mp3&type=audio&net=none"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=cable_mp3&src=tulip2.mp3&type=audio&net=cable"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=wifi_mp3&src=tulip2.mp3&type=audio&net=wifi"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=no_constraints_m4a&src=tulip2.m4a&type=audio&net=none"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=cable_m4a&src=tulip2.m4a&type=audio&net=cable"
+ },
+ {
+ "url": "file://tough_video_cases/video.html?id=wifi_m4a&src=tulip2.m4a&type=audio&net=wifi"
+ }
+ ]
+}
« no previous file with comments | « tools/perf/benchmarks/media.py ('k') | tools/perf/page_sets/tough_video_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698