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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/big_issue_number.json

Issue 2348563003: Revert of Run SVGs through nanobench on all Perf bots (Closed)
Patch Set: 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 ] 104 ]
105 }, 105 },
106 { 106 {
107 "cmd": [ 107 "cmd": [
108 "[SLAVE_BUILD]\\out\\Release_x64\\nanobench", 108 "[SLAVE_BUILD]\\out\\Release_x64\\nanobench",
109 "--undefok", 109 "--undefok",
110 "-i", 110 "-i",
111 "[SLAVE_BUILD]\\skia\\resources", 111 "[SLAVE_BUILD]\\skia\\resources",
112 "--skps", 112 "--skps",
113 "[SLAVE_BUILD]\\skp", 113 "[SLAVE_BUILD]\\skp",
114 "--svgs",
115 "[SLAVE_BUILD]\\svg",
116 "--images", 114 "--images",
117 "[SLAVE_BUILD]\\skimage\\nanobench", 115 "[SLAVE_BUILD]\\skimage\\nanobench",
118 "--nocpu", 116 "--nocpu",
119 "--pre_log", 117 "--pre_log",
120 "--images", 118 "--images",
121 "--gpuStatsDump", 119 "--gpuStatsDump",
122 "true", 120 "true",
123 "--scales", 121 "--scales",
124 "1.0", 122 "1.0",
125 "1.1", 123 "1.1",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 210 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
213 "@@@STEP_LOG_END@python.inline@@@" 211 "@@@STEP_LOG_END@python.inline@@@"
214 ] 212 ]
215 }, 213 },
216 { 214 {
217 "name": "$result", 215 "name": "$result",
218 "recipe_result": null, 216 "recipe_result": null,
219 "status_code": 0 217 "status_code": 0
220 } 218 }
221 ] 219 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698