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 --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 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_1337000001.json --properties gitHash abc123 build_number 5
--key arch arm compiler Clang cpu_or_gpu GPU cpu_or_gpu_value Adreno420 extra_c
onfig GN_Android model Nexus6 os Android; echo $? >/data/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 --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
esinst --match ~blurroundrect ~patch_grid ~desk_carsvg ~inc0.gif ~inc1.gif ~incI
nterlaced.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 --outResultsFile /sdcard/revenge_of_the_skiabot/perf/n
anobench_abc123_1337000001.json --properties gitHash abc123 build_number 5 --key
arch arm compiler Clang cpu_or_gpu GPU cpu_or_gpu_value Adreno420 extra_config
GN_Android 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
500 ], | 500 ], |
501 "cwd": "[SLAVE_BUILD]/skia", | 501 "cwd": "[SLAVE_BUILD]/skia", |
502 "name": "kill adb server" | 502 "name": "kill adb server" |
503 }, | 503 }, |
504 { | 504 { |
505 "name": "$result", | 505 "name": "$result", |
506 "recipe_result": null, | 506 "recipe_result": null, |
507 "status_code": 0 | 507 "status_code": 0 |
508 } | 508 } |
509 ] | 509 ] |
OLD | NEW |