Chromium Code Reviews| Index: tools/perf/page_sets/video_stack/video_stack.json |
| diff --git a/tools/perf/page_sets/video_stack/video_stack.json b/tools/perf/page_sets/video_stack/video_stack.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f850603521c3478e14cdecc8954acdda9295422c |
| --- /dev/null |
| +++ b/tools/perf/page_sets/video_stack/video_stack.json |
| @@ -0,0 +1,15 @@ |
| +{ |
|
nduca
2013/06/17 23:01:33
i think current custom is to call this file and fo
shadi
2013/06/18 00:30:01
Why did you guys go with tough_*_cases naming? Pag
|
| + "description": "Video Stack Perf benchmark", |
| + "pages": [ |
| + { |
| + "url": "file:///video.html?mediaFile=bear.webm", |
| + "media_metrics": [ |
| + { "action": "play", |
| + "selector": "#video_1", |
| + "wait_for_playing": true, |
| + "wait_for_ended": true |
| + } |
| + ] |
| + } |
| + ] |
| +} |