| 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 --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 vk --match ~blurroun
drect ~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 ~in
c0.png ~inc1.png ~inc2.png ~inc12.png ~inc13.png ~inc14.png ~inc0.webp ~inc1.web
p; 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 --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", |
| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 ], | 436 ], |
| 437 "cwd": "[SLAVE_BUILD]/skia", | 437 "cwd": "[SLAVE_BUILD]/skia", |
| 438 "name": "kill adb server" | 438 "name": "kill adb server" |
| 439 }, | 439 }, |
| 440 { | 440 { |
| 441 "name": "$result", | 441 "name": "$result", |
| 442 "recipe_result": null, | 442 "recipe_result": null, |
| 443 "status_code": 0 | 443 "status_code": 0 |
| 444 } | 444 } |
| 445 ] | 445 ] |
| OLD | NEW |