UTD-FAST-Lab / droidbench_android_projects

Android projects for droidbench
0 stars 0 forks source link

Parallel builds? #1

Open amordahl opened 2 years ago

amordahl commented 2 years ago

Currently building the benchmark takes a very long time, because each builds individually. Is it possible to make it run in parallel? Does gradle support parallel builds?

Pancax commented 2 years ago

Yes, you can just start the gradle build script of each project. I didnt know how to do subprocesses with bash at the time but I think i know now.