Separate Simple Backend creation from initialization.
[chromium-blink-merge.git] / tools / perf / page_sets / image_decoding_benchmark.json
blob01ff56a78f32f460cca8802b9ea4329b861bf95d
2   "description": "A directed benchmark of image decoding performance",
3   "post_navigate_javascript_to_execute": "runBenchmark();",
4   "wait_for_javascript_expression": "isDone",
5   "image_decoding_benchmark_limit_results_to_min_iterations": true,
6   "pages": [
7     { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?gif" },
8     { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?jpg" },
9     { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?png" },
10     { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?webp" }
11   ]