OLD | NEW |
1 { | 1 { |
2 "description": "**THIS IS OBSOLETE, EDIT image_decoding_benchmark.json instead
***", | 2 "description": "A collection of image-heavy sites.", |
| 3 "user_agent_type": "desktop", |
3 "pages": [ | 4 "pages": [ |
4 { | 5 { |
5 "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht
ml?gif", | 6 "url": "http://www.free-pictures-photos.com/aviation/airplane-306.jpg" |
6 "post_navigate_javascript_to_execute": "runBenchmark();", | |
7 "wait_for_javascript_expression": "isDone", | |
8 "image_decoding_benchmark_limit_results_to_min_iterations": true | |
9 }, | 7 }, |
10 { | 8 { |
11 "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht
ml?jpg", | 9 "url": "http://upload.wikimedia.org/wikipedia/commons/c/cb/General_history
%2C_Alaska_Yukon_Pacific_Exposition%2C_fully_illustrated_-_meet_me_in_Seattle_19
09_-_Page_78.jpg" |
12 "post_navigate_javascript_to_execute": "runBenchmark();", | |
13 "wait_for_javascript_expression": "isDone", | |
14 "image_decoding_benchmark_limit_results_to_min_iterations": true | |
15 }, | |
16 { | |
17 "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht
ml?png", | |
18 "post_navigate_javascript_to_execute": "runBenchmark();", | |
19 "wait_for_javascript_expression": "isDone", | |
20 "image_decoding_benchmark_limit_results_to_min_iterations": true | |
21 } | 10 } |
22 ] | 11 ] |
23 } | 12 } |
OLD | NEW |