thiagoelg opened a new pull request, #3018: URL: https://github.com/apache/incubator-kie-tools/pull/3018
Here's a simple benchmark of cloning the `kie-tools` repository inside KIE Sandbox and the follow up `git status` a.k.a. `hasLocalChanges` function calls. -------------------------------------------- isomorphic-git 1.11.1 - kie-tools repo GitService#clone: 34262.06396484375 ms Initial hasLocalChanges: 7644.275146484375 ms hasLocalChanges: 3522.132080078125 ms hasLocalChanges: 3572.39404296875 ms hasLocalChanges: 4417.22802734375 ms hasLocalChanges: 4208.256103515625 ms hasLocalChanges: 3810.68115234375 ms -------------------------------------------- isomorphic-git 1.30.1 - kie-tools repo GitService#clone: 24659.52392578125 ms Initial hasLocalChanges: 2881.740966796875 ms hasLocalChanges: 1848.5419921875 ms hasLocalChanges: 1971.06494140625 ms hasLocalChanges: 1981.93896484375 ms hasLocalChanges: 2032.190185546875 ms hasLocalChanges: 2040.037109375 ms -------------------------------------------- These performance gains are most likely related to these changes to `isomorphic-git`: - https://github.com/isomorphic-git/isomorphic-git/pull/2023 - https://github.com/isomorphic-git/isomorphic-git/pull/2063 -- 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]
