Skip to content
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

Use goroutine for sync #2378

Merged
merged 1 commit into from
Jul 1, 2019
Merged

Conversation

tdickman
Copy link
Contributor

This updates skaffold's sync feature to use goroutines when copying files to containers. In cases where skaffold is managing several pods as part of an application, this can result in a significant reduction in the time it takes for sync to complete.

@codecov
Copy link

codecov bot commented Jun 30, 2019

Codecov Report

Merging #2378 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted Files Coverage Δ
pkg/skaffold/sync/sync.go 82.71% <100%> (+0.66%) ⬆️

@priyawadhwa priyawadhwa added the kokoro:run runs the kokoro jobs on a PR label Jul 1, 2019
@kokoro-team kokoro-team removed the kokoro:run runs the kokoro jobs on a PR label Jul 1, 2019
@dgageot dgageot merged commit f17c034 into GoogleContainerTools:master Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants