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

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

Powered by Google App Engine
This is Rietveld 408576698