Skip to content

Instantly share code, notes, and snippets.

@ivandenysov
Last active August 29, 2015 14:26
Show Gist options
  • Save ivandenysov/17523eed607fd9461da1 to your computer and use it in GitHub Desktop.
Save ivandenysov/17523eed607fd9461da1 to your computer and use it in GitHub Desktop.
# 1 core (default)
time bundle # => 8:26.86 total
# 4 cores
bundle config --global jobs 4
time bundle # => 3:20.80 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment