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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release.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 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",
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",
379 "1.0", 381 "1.0",
380 "1.1", 382 "1.1",
383 "2.0",
384 "4.0",
381 "--config", 385 "--config",
382 "8888", 386 "8888",
383 "gpu", 387 "gpu",
384 "nonrendering", 388 "nonrendering",
385 "angle", 389 "angle",
386 "hwui", 390 "hwui",
387 "f16", 391 "f16",
388 "srgb", 392 "srgb",
389 "--match", 393 "--match",
390 "~blurroundrect", 394 "~blurroundrect",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 "SKIA_OUT": "[SLAVE_BUILD]/out" 564 "SKIA_OUT": "[SLAVE_BUILD]/out"
561 }, 565 },
562 "name": "kill-server" 566 "name": "kill-server"
563 }, 567 },
564 { 568 {
565 "name": "$result", 569 "name": "$result",
566 "recipe_result": null, 570 "recipe_result": null,
567 "status_code": 0 571 "status_code": 0
568 } 572 }
569 ] 573 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698