Session Description

The Git Plugin Performance Improvement Project aims to improve the performance of the git plugin. To do so, we've added a JMH benchmarks module inside the git client plugin which would enable a developer to benchmark any git operations. For the users, we've added a new functionality called the GitToolChooser, which will recommend an optimal git implementation on the basis of the size of the remote repository. Furthermore, we will present some data on the difference in performance due to the improvements throughout the project.