Chromium Code Reviews| Index: tools/perf/page_sets/tough_image_cases.json |
| diff --git a/tools/perf/page_sets/tough_image_cases.json b/tools/perf/page_sets/tough_image_cases.json |
| index 036233c805456cf3bcf80fdfce1ad15757701851..ec86ea26f5bab0ad43381299545d77779a5b5426 100644 |
| --- a/tools/perf/page_sets/tough_image_cases.json |
| +++ b/tools/perf/page_sets/tough_image_cases.json |
| @@ -1,8 +1,29 @@ |
| { |
| "description": "A collection of image decoding performance tests", |
| "pages": [ |
| - {"url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?gif"}, |
| - {"url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?jpg"}, |
| - {"url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?png"} |
| + { |
| + "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?gif", |
| + "post_navigate_javascript_to_execute": "runBenchmark();", |
| + "wait_for_javascript_expression": "isDone", |
| + "is_image_decoding_benchmark": true |
| + }, |
| + { |
| + "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?jpg", |
| + "post_navigate_javascript_to_execute": "runBenchmark();", |
| + "wait_for_javascript_expression": "isDone", |
| + "is_image_decoding_benchmark": true |
| + }, |
| + { |
| + "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?png", |
| + "post_navigate_javascript_to_execute": "runBenchmark();", |
| + "wait_for_javascript_expression": "isDone", |
| + "is_image_decoding_benchmark": true |
| + }, |
| + { |
| + "url": "http://www.free-pictures-photos.com/aviation/airplane-306.jpg" |
|
tonyg
2013/01/04 23:26:32
This test is currently running on the bots, so we
|
| + }, |
| + { |
| + "url": "http://upload.wikimedia.org/wikipedia/commons/c/cb/General_history%2C_Alaska_Yukon_Pacific_Exposition%2C_fully_illustrated_-_meet_me_in_Seattle_1909_-_Page_78.jpg" |
| + } |
| ] |
| } |