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 --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 8888 gpu nonrendering angle hwui f16 srgb msaa4 nvpr4 nvp
rdit4 --match ~blurroundrect ~patch_grid ~desk_carsvg ~keymobi_shop_mobileweb_eb
ay_com.skp ~inc0.gif ~inc1.gif ~incInterlaced.gif ~inc0.jpg ~incGray.jpg ~inc0.w
bmp ~inc1.wbmp ~inc0.webp ~inc1.webp ~inc0.ico ~inc1.ico ~inc0.png ~inc1.png ~in
c2.png ~inc12.png ~inc13.png ~inc14.png ~inc0.webp ~inc1.webp; echo $? >/data/lo
cal/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 8888 gpu nonrendering hwui f16 srgb msaa4 nvpr4 nvprdit4
--match ~blurroundrect ~patch_grid ~desk_carsvg ~keymobi_shop_mobileweb_ebay_com
.skp ~inc0.gif ~inc1.gif ~incInterlaced.gif ~inc0.jpg ~incGray.jpg ~inc0.wbmp ~i
nc1.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; echo $? >/data/local/tm
p/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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
446 ], | 446 ], |
447 "cwd": "[SLAVE_BUILD]/skia", | 447 "cwd": "[SLAVE_BUILD]/skia", |
448 "name": "kill adb server" | 448 "name": "kill adb server" |
449 }, | 449 }, |
450 { | 450 { |
451 "name": "$result", | 451 "name": "$result", |
452 "recipe_result": null, | 452 "recipe_result": null, |
453 "status_code": 0 | 453 "status_code": 0 |
454 } | 454 } |
455 ] | 455 ] |
OLD | NEW |