summaryrefslogtreecommitdiffstats
path: root/tools/perf/page_sets/image_decoding_benchmark.json
blob: 0c482b0e7f0f740bdad2f9fe68c15a662b26cb8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "description": "A directed benchmark of image decoding performance",
  "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
    }
  ]
}