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

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

Issue 11734036: Add robohornet as an animation test (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": "A collection of texture upload performance tests", 2 "description": "A collection of texture upload performance tests",
3 "pages": [ 3 "pages": [
4 { 4 {
5 "url": "file:///tough_texture_upload_cases/background_color_animation.html ", 5 "url": "file:///tough_texture_upload_cases/background_color_animation.html ",
6 "scrolling": { 6 "smoothness": {
7 "action": "scrolling_interaction" 7 "action": "scrolling_interaction"
8 } 8 }
9 }, 9 },
10 { 10 {
11 "url": "file:///tough_texture_upload_cases/background_color_animation_and_ transform_animation.html", 11 "url": "file:///tough_texture_upload_cases/background_color_animation_and_ transform_animation.html",
12 "scrolling": { 12 "smoothness": {
13 "action": "scrolling_interaction" 13 "action": "scrolling_interaction"
14 } 14 }
15 }, 15 },
16 { 16 {
17 "url": "file:///tough_texture_upload_cases/background_color_animation_with _gradient.html", 17 "url": "file:///tough_texture_upload_cases/background_color_animation_with _gradient.html",
18 "scrolling": { 18 "smoothness": {
19 "action": "scrolling_interaction" 19 "action": "scrolling_interaction"
20 } 20 }
21 }, 21 },
22 { 22 {
23 "url": "file:///tough_texture_upload_cases/background_color_animation_with _gradient_and_transform_animation.html", 23 "url": "file:///tough_texture_upload_cases/background_color_animation_with _gradient_and_transform_animation.html",
24 "scrolling": { 24 "smoothness": {
25 "action": "scrolling_interaction" 25 "action": "scrolling_interaction"
26 } 26 }
27 } 27 }
28 ] 28 ]
29 } 29 }
OLDNEW
« no previous file with comments | « tools/perf/page_sets/tough_scrolling_cases.json ('k') | tools/perf/perf_tools/smoothness_benchmark.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698