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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-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 "x86", 360 "x86",
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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 "SKIA_OUT": "[SLAVE_BUILD]/out" 560 "SKIA_OUT": "[SLAVE_BUILD]/out"
563 }, 561 },
564 "name": "kill-server" 562 "name": "kill-server"
565 }, 563 },
566 { 564 {
567 "name": "$result", 565 "name": "$result",
568 "recipe_result": null, 566 "recipe_result": null,
569 "status_code": 0 567 "status_code": 0
570 } 568 }
571 ] 569 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698