summaryrefslogtreecommitdiffstats
path: root/tools/perf/page_sets/image_decoding_benchmark.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/page_sets/image_decoding_benchmark.json')
-rw-r--r--tools/perf/page_sets/image_decoding_benchmark.json31
1 files changed, 7 insertions, 24 deletions
diff --git a/tools/perf/page_sets/image_decoding_benchmark.json b/tools/perf/page_sets/image_decoding_benchmark.json
index 0c482b0..01ff56a 100644
--- a/tools/perf/page_sets/image_decoding_benchmark.json
+++ b/tools/perf/page_sets/image_decoding_benchmark.json
@@ -1,29 +1,12 @@
{
"description": "A directed benchmark of image decoding performance",
+ "post_navigate_javascript_to_execute": "runBenchmark();",
+ "wait_for_javascript_expression": "isDone",
+ "image_decoding_benchmark_limit_results_to_min_iterations": true,
"pages": [
- {
- "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?gif",
- "post_navigate_javascript_to_execute": "runBenchmark();",
- "wait_for_javascript_expression": "isDone",
- "image_decoding_benchmark_limit_results_to_min_iterations": true
- },
- {
- "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?jpg",
- "post_navigate_javascript_to_execute": "runBenchmark();",
- "wait_for_javascript_expression": "isDone",
- "image_decoding_benchmark_limit_results_to_min_iterations": true
- },
- {
- "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?png",
- "post_navigate_javascript_to_execute": "runBenchmark();",
- "wait_for_javascript_expression": "isDone",
- "image_decoding_benchmark_limit_results_to_min_iterations": true
- },
- {
- "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?webp",
- "post_navigate_javascript_to_execute": "runBenchmark();",
- "wait_for_javascript_expression": "isDone",
- "image_decoding_benchmark_limit_results_to_min_iterations": true
- }
+ { "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?webp" }
]
}