| 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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 "/data/local/tmp/" | 356 "/data/local/tmp/" |
| 357 ], | 357 ], |
| 358 "cwd": "[SLAVE_BUILD]/skia", | 358 "cwd": "[SLAVE_BUILD]/skia", |
| 359 "name": "push nanobench" | 359 "name": "push nanobench" |
| 360 }, | 360 }, |
| 361 { | 361 { |
| 362 "cmd": [ | 362 "cmd": [ |
| 363 "python", | 363 "python", |
| 364 "-u", | 364 "-u", |
| 365 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 365 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 366 "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 vk --match ~blurroundrect ~patch_grid ~desk_carsvg ~inc0.
gif ~inc1.gif ~incInterlaced.gif ~inc0.jpg ~incGray.jpg ~inc0.wbmp ~inc1.wbmp ~i
nc0.webp ~inc1.webp ~inc0.ico ~inc1.ico ~inc0.png ~inc1.png ~inc2.png ~inc12.png
~inc13.png ~inc14.png ~inc0.webp ~inc1.webp; echo $? >/data/local/tmp/rc", | 366 "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 --svgs /sdcard/revenge_of_the_skiabot/svgs --
nocpu --pre_log --images --gpuStatsDump true --useThermalManager 1,1,10,1000 --s
cales 1.0 1.1 --config vk --match ~blurroundrect ~patch_grid ~desk_carsvg ~inc0.
gif ~inc1.gif ~incInterlaced.gif ~inc0.jpg ~incGray.jpg ~inc0.wbmp ~inc1.wbmp ~i
nc0.webp ~inc1.webp ~inc0.ico ~inc1.ico ~inc0.png ~inc1.png ~inc2.png ~inc12.png
~inc13.png ~inc14.png ~inc0.webp ~inc1.webp; echo $? >/data/local/tmp/rc", |
| 367 "[SLAVE_BUILD]/tmp/nanobench.sh" | 367 "[SLAVE_BUILD]/tmp/nanobench.sh" |
| 368 ], | 368 ], |
| 369 "name": "write nanobench.sh" | 369 "name": "write nanobench.sh" |
| 370 }, | 370 }, |
| 371 { | 371 { |
| 372 "cmd": [ | 372 "cmd": [ |
| 373 "adb", | 373 "adb", |
| 374 "push", | 374 "push", |
| 375 "[SLAVE_BUILD]/tmp/nanobench.sh", | 375 "[SLAVE_BUILD]/tmp/nanobench.sh", |
| 376 "/data/local/tmp/" | 376 "/data/local/tmp/" |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 ], | 454 ], |
| 455 "cwd": "[SLAVE_BUILD]/skia", | 455 "cwd": "[SLAVE_BUILD]/skia", |
| 456 "name": "kill adb server" | 456 "name": "kill adb server" |
| 457 }, | 457 }, |
| 458 { | 458 { |
| 459 "name": "$result", | 459 "name": "$result", |
| 460 "recipe_result": null, | 460 "recipe_result": null, |
| 461 "status_code": 0 | 461 "status_code": 0 |
| 462 } | 462 } |
| 463 ] | 463 ] |
| OLD | NEW |