typelead / gradle-eta

Gradle plugin for the Eta programming language
BSD 3-Clause "New" or "Revised" License
30 stars 7 forks source link

Improve GRADLE build Performance #51

Open shisheng-1 opened 2 years ago

shisheng-1 commented 2 years ago

Process forking options. Gradle will run all tests in a single forked VM by default. This can be problematic if there are a lot of tests or some very memory-hungry ones. We can fork a new test VM after a certain number of tests have run by setting forkEvery.

===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change them.

FinnT730 commented 2 years ago

You are just an bot, looking over github to projects that use Gradle, and mass making PR's with a few lines that are supposedly there to improve the performance of Gradle. Without any numbers that it actually improves it, there is also no use for it

And i am unsure why this PR was made, since if you looked at the state of this whole project, it is kind of dead.