Files
swift-mirror/utils/android/adb/commands.py
Daniel Rodríguez Troitiño e348f6c5ec [android] Make ADB push use sync if available.
In recent adb versions, the push command supports a new option --sync
which performs checksumming of the files to transmit against the files
already in the device. This increases the effective transmission speed
of the inital step in the test for Android.

It should not affect the speed of each tests, since they are pushed to
different folders, and also they are removed when they are successful.
However, the test executables are small compared to the size of the
libraries from the stadard library and dependencies.

This should exclusively affect Android and only to people testing the
executable tests (not CI).
2019-04-18 16:01:52 -07:00

7.9 KiB