Skip to content

Instantly share code, notes, and snippets.

@jimmycuadra
Created January 30, 2014 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimmycuadra/8701761 to your computer and use it in GitHub Desktop.
Save jimmycuadra/8701761 to your computer and use it in GitHub Desktop.
Ruby start up time with and without rbenv
[Black-Milk] [2.1.0] [2.7.5] ~ $ time ruby -e ''
real 0m0.156s
user 0m0.079s
sys 0m0.073s
[Black-Milk] [2.1.0] [2.7.5] ~ $ time /usr/local/opt/rbenv/versions/2.1.0/bin/ruby -e ''
real 0m0.066s
user 0m0.035s
sys 0m0.030s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment