OLD | NEW |
(Empty) | |
| 1 { |
| 2 "description": "A directed benchmark of image decoding performance", |
| 3 "pages": [ |
| 4 { |
| 5 "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht
ml?gif", |
| 6 "post_navigate_javascript_to_execute": "runBenchmark();", |
| 7 "wait_for_javascript_expression": "isDone", |
| 8 "image_decoding_benchmark_limit_results_to_min_iterations": true |
| 9 }, |
| 10 { |
| 11 "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht
ml?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 } |
| 22 ] |
| 23 } |
OLD | NEW |