Open amordahl opened 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?
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.
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?