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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Debug.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 "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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "-d", 307 "-d",
308 "arm_v7_neon", 308 "arm_v7_neon",
309 "-t", 309 "-t",
310 "Debug", 310 "Debug",
311 "nanobench", 311 "nanobench",
312 "--undefok", 312 "--undefok",
313 "-i", 313 "-i",
314 "/storage/emulated/legacy/skiabot/skia_resources", 314 "/storage/emulated/legacy/skiabot/skia_resources",
315 "--skps", 315 "--skps",
316 "/storage/emulated/legacy/skiabot/skia_skp/skps", 316 "/storage/emulated/legacy/skiabot/skia_skp/skps",
317 "--svgs",
318 "/storage/emulated/legacy/skiabot/skia_svg/svgs",
319 "--images", 317 "--images",
320 "/storage/emulated/legacy/skiabot/skia_images/nanobench", 318 "/storage/emulated/legacy/skiabot/skia_images/nanobench",
321 "--nocpu", 319 "--nocpu",
322 "--pre_log", 320 "--pre_log",
323 "--images", 321 "--images",
324 "--gpuStatsDump", 322 "--gpuStatsDump",
325 "true", 323 "true",
326 "--useThermalManager", 324 "--useThermalManager",
327 "1,1,10,1000", 325 "1,1,10,1000",
328 "--scales", 326 "--scales",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "SKIA_OUT": "[SLAVE_BUILD]/out" 449 "SKIA_OUT": "[SLAVE_BUILD]/out"
452 }, 450 },
453 "name": "kill-server" 451 "name": "kill-server"
454 }, 452 },
455 { 453 {
456 "name": "$result", 454 "name": "$result",
457 "recipe_result": null, 455 "recipe_result": null,
458 "status_code": 0 456 "status_code": 0
459 } 457 }
460 ] 458 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698