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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/recipe_with_gerrit_patch.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
« no previous file with comments | « infra/bots/recipes/swarm_perf.expected/big_issue_number.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[SLAVE_BUILD]/tmp", 7 "[SLAVE_BUILD]/tmp",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs tmp_dir", 10 "name": "makedirs tmp_dir",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "--track-origins=yes", 133 "--track-origins=yes",
134 "--error-exitcode=1", 134 "--error-exitcode=1",
135 "--num-callers=40", 135 "--num-callers=40",
136 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", 136 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
137 "[SLAVE_BUILD]/out/Release/nanobench", 137 "[SLAVE_BUILD]/out/Release/nanobench",
138 "--undefok", 138 "--undefok",
139 "-i", 139 "-i",
140 "[SLAVE_BUILD]/skia/resources", 140 "[SLAVE_BUILD]/skia/resources",
141 "--skps", 141 "--skps",
142 "[SLAVE_BUILD]/skp", 142 "[SLAVE_BUILD]/skp",
143 "--svgs",
144 "[SLAVE_BUILD]/svg",
145 "--images", 143 "--images",
146 "[SLAVE_BUILD]/skimage/nanobench", 144 "[SLAVE_BUILD]/skimage/nanobench",
147 "--nocpu", 145 "--nocpu",
148 "--pre_log", 146 "--pre_log",
149 "--images", 147 "--images",
150 "--gpuStatsDump", 148 "--gpuStatsDump",
151 "true", 149 "true",
152 "--scales", 150 "--scales",
153 "1.0", 151 "1.0",
154 "1.1", 152 "1.1",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "--track-origins=yes", 234 "--track-origins=yes",
237 "--error-exitcode=1", 235 "--error-exitcode=1",
238 "--num-callers=40", 236 "--num-callers=40",
239 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", 237 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
240 "[SLAVE_BUILD]/out/Release/nanobench", 238 "[SLAVE_BUILD]/out/Release/nanobench",
241 "--undefok", 239 "--undefok",
242 "-i", 240 "-i",
243 "[SLAVE_BUILD]/skia/resources", 241 "[SLAVE_BUILD]/skia/resources",
244 "--skps", 242 "--skps",
245 "[SLAVE_BUILD]/skp", 243 "[SLAVE_BUILD]/skp",
246 "--svgs",
247 "[SLAVE_BUILD]/svg",
248 "--images", 244 "--images",
249 "[SLAVE_BUILD]/skimage/nanobench", 245 "[SLAVE_BUILD]/skimage/nanobench",
250 "--nocpu", 246 "--nocpu",
251 "--pre_log", 247 "--pre_log",
252 "--images", 248 "--images",
253 "--gpuStatsDump", 249 "--gpuStatsDump",
254 "true", 250 "true",
255 "--scales", 251 "--scales",
256 "1.0", 252 "1.0",
257 "1.1", 253 "1.1",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 350 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
355 "@@@STEP_LOG_END@python.inline@@@" 351 "@@@STEP_LOG_END@python.inline@@@"
356 ] 352 ]
357 }, 353 },
358 { 354 {
359 "name": "$result", 355 "name": "$result",
360 "recipe_result": null, 356 "recipe_result": null,
361 "status_code": 0 357 "status_code": 0
362 } 358 }
363 ] 359 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_perf.expected/big_issue_number.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698