JDK 25 Parallel GC - Gradle 9.1
The performance comparison between varianta_gradle_9_1_0
and variantb_jdk_25_parallel
reveals several key insights. The overall build time for varianta_gradle_9_1_0
averaged 466.318 seconds, slightly higher than variantb_jdk_25_parallel
at 448.495 seconds, marking a decrease of about 3.82%. Configuration times also show a decrease from 59.939 seconds in varianta_gradle_9_1_0
to 53.989 seconds in variantb_jdk_25_parallel
, a reduction of approximately 9.92%. Notably, garbage collection (GC) was more efficient in variantb_jdk_25_parallel
with significantly fewer total collections (74) compared to varianta_gradle_9_1_0
(157). Memory usage peaked slightly higher in variantb_jdk_25_parallel
at 11.49 GB compared to 10.98 GB in varianta_gradle_9_1_0
. CPU usage was maximized at 100% for both variants, indicating full utilization during the builds.