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

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: Add test code 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",
327 "1.0", 329 "1.0",
328 "1.1", 330 "1.1",
331 "2.0",
332 "4.0",
329 "--config", 333 "--config",
330 "vk", 334 "vk",
331 "--match", 335 "--match",
332 "~blurroundrect", 336 "~blurroundrect",
333 "~patch_grid", 337 "~patch_grid",
334 "~desk_carsvg", 338 "~desk_carsvg",
335 "~inc0.gif", 339 "~inc0.gif",
336 "~inc1.gif", 340 "~inc1.gif",
337 "~incInterlaced.gif", 341 "~incInterlaced.gif",
338 "~inc0.jpg", 342 "~inc0.jpg",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 "SKIA_OUT": "[SLAVE_BUILD]/out" 443 "SKIA_OUT": "[SLAVE_BUILD]/out"
440 }, 444 },
441 "name": "kill-server" 445 "name": "kill-server"
442 }, 446 },
443 { 447 {
444 "name": "$result", 448 "name": "$result",
445 "recipe_result": null, 449 "recipe_result": null,
446 "status_code": 0 450 "status_code": 0
447 } 451 }
448 ] 452 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698