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"} |
+ } |
+ ] |
+} |