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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "description": "Media source extensions perf benchmark",
3 "test-action": [
4 { "action": "wait", "javascript" : "window.__testDone() == true"}
5 ],
6 "pages": [
7 {
8 "url": "file://mse_cases/startup_test.html?testType=AV",
9 "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.
10 },
11 {
12 "url": "file://mse_cases/startup_test.html?testType=AV&useAppendStream=tru e",
13 "media_metrics": {"action": "test-action"}
14 },
15 {
16 "url": "file://mse_cases/startup_test.html?testType=AV&doNotWaitForBodyOnL oad=true",
17 "media_metrics": {"action": "test-action"}
18 },
19 {
20 "url": "file://mse_cases/startup_test.html?testType=AV&useAppendStream=tru e&doNotWaitForBodyOnLoad=true",
21 "media_metrics": {"action": "test-action"}
22 },
23 {
24 "url": "file://mse_cases/startup_test.html?testType=V",
25 "media_metrics": {"action": "test-action"}
26 },
27 {
28 "url": "file://mse_cases/startup_test.html?testType=V&useAppendStream=true ",
29 "media_metrics": {"action": "test-action"}
30 },
31 {
32 "url": "file://mse_cases/startup_test.html?testType=V&doNotWaitForBodyOnLo ad=true",
33 "media_metrics": {"action": "test-action"}
34 },
35 {
36 "url": "file://mse_cases/startup_test.html?testType=V&useAppendStream=true &doNotWaitForBodyOnLoad=true",
37 "media_metrics": {"action": "test-action"}
38 },
39 {
40 "url": "file://mse_cases/startup_test.html?testType=A",
41 "media_metrics": {"action": "test-action"}
42 },
43 {
44 "url": "file://mse_cases/startup_test.html?testType=A&useAppendStream=true ",
45 "media_metrics": {"action": "test-action"}
46 },
47 {
48 "url": "file://mse_cases/startup_test.html?testType=A&doNotWaitForBodyOnLo ad=true",
49 "media_metrics": {"action": "test-action"}
50 },
51 {
52 "url": "file://mse_cases/startup_test.html?testType=A&useAppendStream=true &doNotWaitForBodyOnLoad=true",
53 "media_metrics": {"action": "test-action"}
54 }
55 ]
56 }
OLDNEW
« 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