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

tune performance when executing on macOs #70

Closed
shouze opened this issue Jun 20, 2019 · 0 comments · Fixed by #98
Closed

tune performance when executing on macOs #70

shouze opened this issue Jun 20, 2019 · 0 comments · Fixed by #98

Comments

@shouze
Copy link

shouze commented Jun 20, 2019

This simple tuning can lead to at least 30% gain in action execution time, up to twice faster than without it 😉

fmt.Sprintf("%s:%s", runner.config.WorkingDir, "/github/workspace"),

if runtime.GOOS == "darwin" {
    // add `:delegated` at the end of the workspace volume string
    // see https://docs.docker.com/docker-for-mac/osxfs-caching/#tuning-with-consistent-cached-and-delegated-configurations
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant