KSP 2.2.10 with KSP2 Enabled
The analysis of the Gradle build performance data reveals that Variant B (variantb_2.2.10-ksp2
) generally has longer build times compared to Variant A (varianta_2.2.10
). Specifically, the mean build time for Variant B is approximately 8.2% longer than Variant A, translating to an increase of about 30.3 seconds. This trend is consistent across the P50 and P90 percentiles as well. In task execution, Variant B shows longer times particularly in Kotlin-related tasks, suggesting a possible area for optimization. Memory usage is also higher in Variant B by approximately 15.3%, which could be contributing to the increased build times. The total garbage collection (GC) events are significantly higher in Variant B, indicating more frequent memory management operations which could be impacting performance.