Skip to content

Instantly share code, notes, and snippets.

@tknerr
Created January 17, 2015 19:24
Show Gist options
  • Save tknerr/b2844befab22a5259931 to your computer and use it in GitHub Desktop.
Save tknerr/b2844befab22a5259931 to your computer and use it in GitHub Desktop.
running `bundle install` with different numer of `--jobs` and cpu cores assigned to the VM
4 jobs, 4 cpus
real 7m7.600s
user 19m12.659s
sys 3m24.444s
1 job, 4 cpus
real 11m3.151s
user 18m26.661s
sys 3m0.318s
24 jobs, 8 cpus
real 6m52.967s
user 25m48.236s
sys 6m16.869s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment