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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release.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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "-d", 359 "-d",
360 "arm_v7_neon", 360 "arm_v7_neon",
361 "-t", 361 "-t",
362 "Release", 362 "Release",
363 "nanobench", 363 "nanobench",
364 "--undefok", 364 "--undefok",
365 "-i", 365 "-i",
366 "/storage/emulated/legacy/skiabot/skia_resources", 366 "/storage/emulated/legacy/skiabot/skia_resources",
367 "--skps", 367 "--skps",
368 "/storage/emulated/legacy/skiabot/skia_skp/skps", 368 "/storage/emulated/legacy/skiabot/skia_skp/skps",
369 "--svgs",
370 "/storage/emulated/legacy/skiabot/skia_svg/svgs",
371 "--images", 369 "--images",
372 "/storage/emulated/legacy/skiabot/skia_images/nanobench", 370 "/storage/emulated/legacy/skiabot/skia_images/nanobench",
373 "--nocpu", 371 "--nocpu",
374 "--pre_log", 372 "--pre_log",
375 "--images", 373 "--images",
376 "--gpuStatsDump", 374 "--gpuStatsDump",
377 "true", 375 "true",
378 "--useThermalManager", 376 "--useThermalManager",
379 "1,1,10,1000", 377 "1,1,10,1000",
380 "--scales", 378 "--scales",
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 "SKIA_OUT": "[SLAVE_BUILD]/out" 559 "SKIA_OUT": "[SLAVE_BUILD]/out"
562 }, 560 },
563 "name": "kill-server" 561 "name": "kill-server"
564 }, 562 },
565 { 563 {
566 "name": "$result", 564 "name": "$result",
567 "recipe_result": null, 565 "recipe_result": null,
568 "status_code": 0 566 "status_code": 0
569 } 567 }
570 ] 568 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698