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

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: 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 "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",
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 "msaa4", 393 "msaa4",
390 "nvpr4", 394 "nvpr4",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 "SKIA_OUT": "[SLAVE_BUILD]/out" 563 "SKIA_OUT": "[SLAVE_BUILD]/out"
560 }, 564 },
561 "name": "kill-server" 565 "name": "kill-server"
562 }, 566 },
563 { 567 {
564 "name": "$result", 568 "name": "$result",
565 "recipe_result": null, 569 "recipe_result": null,
566 "status_code": 0 570 "status_code": 0
567 } 571 }
568 ] 572 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698