OLD | NEW |
1 { | 1 { |
2 "description": "A directed benchmark of image decoding performance", | 2 "description": "A directed benchmark of image decoding performance", |
3 "post_navigate_javascript_to_execute": "runBenchmark();", | 3 "navigate_steps": [ |
4 "wait_for_javascript_expression": "isDone", | 4 { "action": "navigate" }, |
| 5 { "action": "javascript", "expression": "runBenchmark();" }, |
| 6 { "action": "wait", "javascript": "isDone" } |
| 7 ], |
5 "image_decoding_measurement_limit_results_to_min_iterations": true, | 8 "image_decoding_measurement_limit_results_to_min_iterations": true, |
6 "pages": [ | 9 "pages": [ |
7 { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht
ml?gif" }, | 10 { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht
ml?gif" }, |
8 { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht
ml?jpg" }, | 11 { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht
ml?jpg" }, |
9 { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht
ml?png" }, | 12 { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht
ml?png" }, |
10 { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht
ml?webp" } | 13 { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht
ml?webp" } |
11 ] | 14 ] |
12 } | 15 } |
OLD | NEW |