koreader / android-luajit-launcher

Android NativeActivity based launcher for LuaJIT, implementing the main loop within Lua land via FFI
MIT License
130 stars 83 forks source link

speedup gradle #486

Closed benoit-pierre closed 2 months ago

benoit-pierre commented 2 months ago

Locally, starting with no ~/.gradle directory and pristine luajit-launcher checkout, the time spent running ./gradlew … is:

no daemon & no cache no daemon & cache daemon & cache
master 2m52s 1m27s 48s
PR 2m56s 16s 7s
PR (CI=true) 1m44s 16s N/A

This change is Reviewable

benoit-pierre commented 2 months ago

It also occurred to me that $PARALLEL_JOBS should be honored, in case we end-up in a situation similar to CircleCI.