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

Unified Diff: tools/perf/page_sets/mse_cases.json

Issue 71303007: Add MSE perf Telemetry tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add perf metrics reporting Created 7 years, 1 month 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/metrics/media.py ('k') | tools/perf/page_sets/mse_cases/startup_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/mse_cases.json
diff --git a/tools/perf/page_sets/mse_cases.json b/tools/perf/page_sets/mse_cases.json
new file mode 100644
index 0000000000000000000000000000000000000000..6c3f69920ec829c18736ec49c30495bd5e69c976
--- /dev/null
+++ b/tools/perf/page_sets/mse_cases.json
@@ -0,0 +1,56 @@
+{
+ "description": "Media source extensions perf benchmark",
+ "test-action": [
+ { "action": "wait", "javascript" : "window.__testDone() == true"}
+ ],
+ "pages": [
+ {
+ "url": "file://mse_cases/startup_test.html?testType=AV",
+ "media_metrics": {"action": "test-action"}
dtu 2013/11/22 23:30:20 You can just define media_metrics at the top, wher
shadi 2013/11/23 00:01:06 Good point. Done.
+ },
+ {
+ "url": "file://mse_cases/startup_test.html?testType=AV&useAppendStream=true",
+ "media_metrics": {"action": "test-action"}
+ },
+ {
+ "url": "file://mse_cases/startup_test.html?testType=AV&doNotWaitForBodyOnLoad=true",
+ "media_metrics": {"action": "test-action"}
+ },
+ {
+ "url": "file://mse_cases/startup_test.html?testType=AV&useAppendStream=true&doNotWaitForBodyOnLoad=true",
+ "media_metrics": {"action": "test-action"}
+ },
+ {
+ "url": "file://mse_cases/startup_test.html?testType=V",
+ "media_metrics": {"action": "test-action"}
+ },
+ {
+ "url": "file://mse_cases/startup_test.html?testType=V&useAppendStream=true",
+ "media_metrics": {"action": "test-action"}
+ },
+ {
+ "url": "file://mse_cases/startup_test.html?testType=V&doNotWaitForBodyOnLoad=true",
+ "media_metrics": {"action": "test-action"}
+ },
+ {
+ "url": "file://mse_cases/startup_test.html?testType=V&useAppendStream=true&doNotWaitForBodyOnLoad=true",
+ "media_metrics": {"action": "test-action"}
+ },
+ {
+ "url": "file://mse_cases/startup_test.html?testType=A",
+ "media_metrics": {"action": "test-action"}
+ },
+ {
+ "url": "file://mse_cases/startup_test.html?testType=A&useAppendStream=true",
+ "media_metrics": {"action": "test-action"}
+ },
+ {
+ "url": "file://mse_cases/startup_test.html?testType=A&doNotWaitForBodyOnLoad=true",
+ "media_metrics": {"action": "test-action"}
+ },
+ {
+ "url": "file://mse_cases/startup_test.html?testType=A&useAppendStream=true&doNotWaitForBodyOnLoad=true",
+ "media_metrics": {"action": "test-action"}
+ }
+ ]
+}
« no previous file with comments | « tools/perf/metrics/media.py ('k') | tools/perf/page_sets/mse_cases/startup_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698