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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Release.json

Issue 2343903002: Run SVGs through nanobench on all Perf bots (Closed)
Patch Set: Use default scales 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 "which", 4 "which",
5 "adb" 5 "adb"
6 ], 6 ],
7 "name": "which adb", 7 "name": "which adb",
8 "stdout": "/path/to/tmp/", 8 "stdout": "/path/to/tmp/",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "step returned non-zero exit code: 1", 10 "step returned non-zero exit code: 1",
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "-d", 265 "-d",
266 "arm_v7_neon", 266 "arm_v7_neon",
267 "-t", 267 "-t",
268 "Release", 268 "Release",
269 "nanobench", 269 "nanobench",
270 "--undefok", 270 "--undefok",
271 "-i", 271 "-i",
272 "/storage/emulated/legacy/skiabot/skia_resources", 272 "/storage/emulated/legacy/skiabot/skia_resources",
273 "--skps", 273 "--skps",
274 "/storage/emulated/legacy/skiabot/skia_skp/skps", 274 "/storage/emulated/legacy/skiabot/skia_skp/skps",
275 "--svgs",
276 "/storage/emulated/legacy/skiabot/skia_svg/svgs",
275 "--images", 277 "--images",
276 "/storage/emulated/legacy/skiabot/skia_images/nanobench", 278 "/storage/emulated/legacy/skiabot/skia_images/nanobench",
277 "--nocpu", 279 "--nocpu",
278 "--pre_log", 280 "--pre_log",
279 "--images", 281 "--images",
280 "--gpuStatsDump", 282 "--gpuStatsDump",
281 "true", 283 "true",
282 "--useThermalManager", 284 "--useThermalManager",
283 "1,1,10,1000", 285 "1,1,10,1000",
284 "--scales", 286 "--scales",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 "SKIA_OUT": "[SLAVE_BUILD]/out" 468 "SKIA_OUT": "[SLAVE_BUILD]/out"
467 }, 469 },
468 "name": "kill-server" 470 "name": "kill-server"
469 }, 471 },
470 { 472 {
471 "name": "$result", 473 "name": "$result",
472 "recipe_result": null, 474 "recipe_result": null,
473 "status_code": 0 475 "status_code": 0
474 } 476 }
475 ] 477 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698