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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Debug.json

Issue 2344553002: 565 is not this important. (Closed)
Patch Set: still an option Created 4 years, 3 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION", 7 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "--skps", 68 "--skps",
69 "[SLAVE_BUILD]\\skp", 69 "[SLAVE_BUILD]\\skp",
70 "--images", 70 "--images",
71 "[SLAVE_BUILD]\\skimage\\nanobench", 71 "[SLAVE_BUILD]\\skimage\\nanobench",
72 "--nogpu", 72 "--nogpu",
73 "--pre_log", 73 "--pre_log",
74 "--scales", 74 "--scales",
75 "1.0", 75 "1.0",
76 "1.1", 76 "1.1",
77 "--config", 77 "--config",
78 "565",
79 "8888", 78 "8888",
80 "gpu", 79 "gpu",
81 "nonrendering", 80 "nonrendering",
82 "angle", 81 "angle",
83 "hwui", 82 "hwui",
84 "f16", 83 "f16",
85 "srgb", 84 "srgb",
85 "565",
86 "msaa16", 86 "msaa16",
87 "nvpr16", 87 "nvpr16",
88 "nvprdit16", 88 "nvprdit16",
89 "--match", 89 "--match",
90 "~interlaced1.png", 90 "~interlaced1.png",
91 "~interlaced2.png", 91 "~interlaced2.png",
92 "~interlaced3.png", 92 "~interlaced3.png",
93 "~inc0.gif", 93 "~inc0.gif",
94 "~inc1.gif", 94 "~inc1.gif",
95 "~incInterlaced.gif", 95 "~incInterlaced.gif",
(...skipping 20 matching lines...) Expand all
116 "SKIA_OUT": "[SLAVE_BUILD]\\out" 116 "SKIA_OUT": "[SLAVE_BUILD]\\out"
117 }, 117 },
118 "name": "nanobench" 118 "name": "nanobench"
119 }, 119 },
120 { 120 {
121 "name": "$result", 121 "name": "$result",
122 "recipe_result": null, 122 "recipe_result": null,
123 "status_code": 0 123 "status_code": 0
124 } 124 }
125 ] 125 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698