-
Notifications
You must be signed in to change notification settings - Fork 897
Serious perf regression between 0.22.0 and 0.23.0 #1368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
A huge perf problem surfaces with 0.23.0-pre20160803182831 See libgit2/libgit2sharp#1368
I ran an ETL trace on the regression. It seems very clearly due to an added
|
It looks like |
Ouch. Thanks for digging in. I can merge #1357 and spin a new prerelease build. |
@ethomson when will a new build be created? |
Please see https://www.nuget.org/packages/LibGit2Sharp/0.23.0-pre20160922233542 Thanks again @AArnott for reporting this, and thanks @biyimaks for the ping. |
I recently upgraded Nerdbank.GitVersioning from libgit2sharp 0.22.0 to 0.23.0-pre20160803182831 because it fixed #1338. But after running my tests, I found there was a huge perf regression in the newer version.
Before, with 0.22.0:

After, with 0.23.0-pre20160803182831:

Repro instructions:
In VS, build the solution.
In Test Explorer set "_roundtrip" to be your test filter and run tests.
The text was updated successfully, but these errors were encountered: