OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "adb", | 4 "adb", |
5 "shell", | 5 "shell", |
6 "mkdir", | 6 "mkdir", |
7 "-p", | 7 "-p", |
8 "/sdcard/revenge_of_the_skiabot/resources" | 8 "/sdcard/revenge_of_the_skiabot/resources" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 "/data/local/tmp/" | 378 "/data/local/tmp/" |
379 ], | 379 ], |
380 "cwd": "[SLAVE_BUILD]/skia", | 380 "cwd": "[SLAVE_BUILD]/skia", |
381 "name": "push nanobench" | 381 "name": "push nanobench" |
382 }, | 382 }, |
383 { | 383 { |
384 "cmd": [ | 384 "cmd": [ |
385 "python", | 385 "python", |
386 "-u", | 386 "-u", |
387 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 387 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
388 "set -x; /data/local/tmp/nanobench --undefok -i /sdcard/revenge_of_the_ski
abot/resources --skps /sdcard/revenge_of_the_skiabot/skps --images /sdcard/reven
ge_of_the_skiabot/images/nanobench --nocpu --pre_log --images --gpuStatsDump tru
e --useThermalManager 1,1,10,1000 --scales 1.0 1.1 --config 8888 gpu nonrenderin
g angle hwui f16 srgb msaa4 nvpr4 nvprdit4 esinst --match ~blurroundrect ~patch_
grid ~desk_carsvg ~inc0.gif ~inc1.gif ~incInterlaced.gif ~inc0.jpg ~incGray.jpg
~inc0.wbmp ~inc1.wbmp ~inc0.webp ~inc1.webp ~inc0.ico ~inc1.ico ~inc0.png ~inc1.
png ~inc2.png ~inc12.png ~inc13.png ~inc14.png ~inc0.webp ~inc1.webp --outResult
sFile /sdcard/revenge_of_the_skiabot/perf/nanobench_abc123.json --properties git
Hash abc123 build_number 5 --key arch arm compiler Clang cpu_or_gpu GPU cpu_or_g
pu_value Adreno420 extra_config GN_Android model Nexus6 os Android; echo $? >/da
ta/local/tmp/rc", | 388 "set -x; /data/local/tmp/nanobench --undefok -i /sdcard/revenge_of_the_ski
abot/resources --skps /sdcard/revenge_of_the_skiabot/skps --svgs /sdcard/revenge
_of_the_skiabot/svgs --images /sdcard/revenge_of_the_skiabot/images/nanobench --
nocpu --pre_log --images --gpuStatsDump true --useThermalManager 1,1,10,1000 --s
cales 1.0 1.1 --config 8888 gpu nonrendering angle hwui f16 srgb msaa4 nvpr4 nvp
rdit4 esinst --match ~blurroundrect ~patch_grid ~desk_carsvg ~inc0.gif ~inc1.gif
~incInterlaced.gif ~inc0.jpg ~incGray.jpg ~inc0.wbmp ~inc1.wbmp ~inc0.webp ~inc
1.webp ~inc0.ico ~inc1.ico ~inc0.png ~inc1.png ~inc2.png ~inc12.png ~inc13.png ~
inc14.png ~inc0.webp ~inc1.webp --outResultsFile /sdcard/revenge_of_the_skiabot/
perf/nanobench_abc123.json --properties gitHash abc123 build_number 5 --key arch
arm compiler Clang cpu_or_gpu GPU cpu_or_gpu_value Adreno420 extra_config GN_An
droid model Nexus6 os Android; echo $? >/data/local/tmp/rc", |
389 "[SLAVE_BUILD]/tmp/nanobench.sh" | 389 "[SLAVE_BUILD]/tmp/nanobench.sh" |
390 ], | 390 ], |
391 "name": "write nanobench.sh" | 391 "name": "write nanobench.sh" |
392 }, | 392 }, |
393 { | 393 { |
394 "cmd": [ | 394 "cmd": [ |
395 "adb", | 395 "adb", |
396 "push", | 396 "push", |
397 "[SLAVE_BUILD]/tmp/nanobench.sh", | 397 "[SLAVE_BUILD]/tmp/nanobench.sh", |
398 "/data/local/tmp/" | 398 "/data/local/tmp/" |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 ], | 490 ], |
491 "cwd": "[SLAVE_BUILD]/skia", | 491 "cwd": "[SLAVE_BUILD]/skia", |
492 "name": "kill adb server" | 492 "name": "kill adb server" |
493 }, | 493 }, |
494 { | 494 { |
495 "name": "$result", | 495 "name": "$result", |
496 "recipe_result": null, | 496 "recipe_result": null, |
497 "status_code": 0 | 497 "status_code": 0 |
498 } | 498 } |
499 ] | 499 ] |
OLD | NEW |