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

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

Issue 11783086: Rename remaining x_stress_test pagesets tests to tough_x_cases convention (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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": "**THIS IS OBSOLETE, EDIT image_decoding_benchmark.json instead ***", 2 "description": "A collection of image-heavy sites.",
3 "user_agent_type": "desktop",
3 "pages": [ 4 "pages": [
4 { 5 {
5 "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht ml?gif", 6 "url": "http://www.free-pictures-photos.com/aviation/airplane-306.jpg"
6 "post_navigate_javascript_to_execute": "runBenchmark();",
7 "wait_for_javascript_expression": "isDone",
8 "image_decoding_benchmark_limit_results_to_min_iterations": true
9 }, 7 },
10 { 8 {
11 "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht ml?jpg", 9 "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"
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 } 10 }
22 ] 11 ]
23 } 12 }
OLDNEW
« no previous file with comments | « tools/perf/page_sets/layer_stress_tests/opacity.html ('k') | tools/perf/page_sets/tough_layer_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698