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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan.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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "-d", 307 "-d",
308 "arm64", 308 "arm64",
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",
317 "--images", 319 "--images",
318 "/storage/emulated/legacy/skiabot/skia_images/nanobench", 320 "/storage/emulated/legacy/skiabot/skia_images/nanobench",
319 "--nocpu", 321 "--nocpu",
320 "--pre_log", 322 "--pre_log",
321 "--images", 323 "--images",
322 "--gpuStatsDump", 324 "--gpuStatsDump",
323 "true", 325 "true",
324 "--useThermalManager", 326 "--useThermalManager",
325 "1,1,10,1000", 327 "1,1,10,1000",
326 "--scales", 328 "--scales",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 "SKIA_OUT": "[SLAVE_BUILD]/out" 441 "SKIA_OUT": "[SLAVE_BUILD]/out"
440 }, 442 },
441 "name": "kill-server" 443 "name": "kill-server"
442 }, 444 },
443 { 445 {
444 "name": "$result", 446 "name": "$result",
445 "recipe_result": null, 447 "recipe_result": null,
446 "status_code": 0 448 "status_code": 0
447 } 449 }
448 ] 450 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698