Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Side by Side Diff: tools/perf/page_sets/image_decoding_benchmark.json

Issue 11753023: [telemetry] Clean up image decoding benchmark (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Two pagesets Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/perf/page_sets/image_stress_tests.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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 }
OLDNEW
« no previous file with comments | « no previous file | tools/perf/page_sets/image_stress_tests.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698