-
Notifications
You must be signed in to change notification settings - Fork 31
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
should improve gitsynch performance #465
Comments
make sure go add measurement to see how much performance is gained with the changes. |
This process takes time because of the
|
assigned to @phuonglm to see if the performance can be improved. |
timer debug logger added, try this to check the timer:
|
move out of v0.6.0-a5 scope, will address this on beta releases. |
The current performance is not good enough, it takes time to check and sync.
I guess we can improve its performance by:
git checkout #{branch} -b #{branch}
And use current branch with desired branch to compare if we need to update when they're different.
Currently, we use ref to check, I guess it's the cause of slowness.
The text was updated successfully, but these errors were encountered: