manticore-projects opened a new pull request #275: URL: https://github.com/apache/poi/pull/275
Following tweaks to Gradle reduces JAR build time by 27%: 1) `gradle clean jar` (after a first full warmup build), on a Ryzen7 5800U (8 physical cores, 16GB Ram) 2) the measurement is not scientific, I just used the Gradle Build time and Variable CPU frequencies and worked in parallel on the computer 3) the measurement has had around 15 seconds variance 4) original build time was around 08:40 plus/minus 15 sec. new build time reduce to 06:20 plus/minus 15 seconds 5) build still worked on a memory starved laptop (2 Cores, 3 GByte) 6) build was stable, I ran more than 30 tests with various combinations of settings. The commit shows the best/optimal combination. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
