Skip to content

CLI seems slower than Gradle plugin, trying to understand why? #5875

Answered by BraisGabin
timusus asked this question in Q&A
Discussion options

You must be logged in to vote

I would put my money on the class loaders. The gradle plugin does some magic there to ensure that the first run loads some classes and then you don't need to load them again. But, with the cli, you don't have that.

But I don't understand the 4min to 1min improvement that you got with ci. Could you give more information about that? If that's true it should be tracked as an issue that we should fix.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by timusus
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants