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

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

Issue 11753023: [telemetry] Clean up image decoding benchmark (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: helps if i upload a working patch 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
OLDNEW
1 { 1 {
2 "description": "A collection of image decoding performance tests", 2 "description": "A collection of image decoding performance tests",
3 "pages": [ 3 "pages": [
4 {"url": "file:///../../../chrome/test/data/image_decoding/image_decoding.htm l?gif"}, 4 {
5 {"url": "file:///../../../chrome/test/data/image_decoding/image_decoding.htm l?jpg"}, 5 "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht ml?gif",
6 {"url": "file:///../../../chrome/test/data/image_decoding/image_decoding.htm l?png"} 6 "post_navigate_javascript_to_execute": "runBenchmark();",
7 "wait_for_javascript_expression": "isDone",
8 "is_image_decoding_benchmark": 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 "is_image_decoding_benchmark": 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 "is_image_decoding_benchmark": true
21 },
22 {
23 "url": "http://www.free-pictures-photos.com/aviation/airplane-306.jpg"
tonyg 2013/01/04 23:26:32 This test is currently running on the bots, so we
24 },
25 {
26 "url": "http://upload.wikimedia.org/wikipedia/commons/c/cb/General_history %2C_Alaska_Yukon_Pacific_Exposition%2C_fully_illustrated_-_meet_me_in_Seattle_19 09_-_Page_78.jpg"
27 }
7 ] 28 ]
8 } 29 }
OLDNEW
« no previous file with comments | « no previous file | tools/perf/perf_tools/image_decoding_benchmark.py » ('j') | tools/telemetry/telemetry/page_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698