Skip to content

Instantly share code, notes, and snippets.

@mperham
Created October 31, 2012 16:56
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 mperham/3988273 to your computer and use it in GitHub Desktop.
Save mperham/3988273 to your computer and use it in GitHub Desktop.
1.9.3-p125 vs 1.9.3-p286-falcon
(speedup_rails_startup=fa456 .rvmrc bin/) ~/src/clymb> !time
time bundle exec rake environment
real 0m7.853s
user 0m6.485s
sys 0m1.129s
(speedup_rails_startup=fa456 .rvmrc bin/) ~/src/clymb> time bundle exec rake environment
real 0m7.478s
user 0m6.378s
sys 0m1.088s
(speedup_rails_startup=fa456 .rvmrc bin/) ~/src/clymb> time bundle exec rake environment
real 0m7.579s
user 0m6.461s
sys 0m1.108s
(speedup_rails_startup=fa456 .rvmrc bin/) ~/src/clymb> ruby -v
ruby 1.9.3p286 (2012-10-12 revision 37165) [x86_64-darwin11.4.2]
(speedup_rails_startup=fa456 .rvmrc bin/) ~/src/clymb> rvm info
ruby-1.9.3-p286-falcon@theclymb3:
system:
uname: "Darwin Mikes-MacBook-Air.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_64"
system: "osx/10.7/x86_64"
bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin11)"
zsh: "/bin/zsh => zsh 4.3.11 (i386-apple-darwin11.0)"
rvm:
version: "rvm 1.16.17 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]"
updated: "1 hour 4 minutes 24 seconds ago"
ruby:
interpreter: "ruby"
version: "1.9.3p286"
date: "2012-10-12"
platform: "x86_64-darwin11.4.2"
patchlevel: "2012-10-12 revision 37165"
full_version: "ruby 1.9.3p286 (2012-10-12 revision 37165) [x86_64-darwin11.4.2]"
homes:
gem: "/Users/mperham/.rvm/gems/ruby-1.9.3-p286-falcon@theclymb3"
ruby: "/Users/mperham/.rvm/rubies/ruby-1.9.3-p286-falcon"
binaries:
ruby: "/Users/mperham/.rvm/rubies/ruby-1.9.3-p286-falcon/bin/ruby"
irb: "/Users/mperham/.rvm/rubies/ruby-1.9.3-p286-falcon/bin/irb"
gem: "/Users/mperham/.rvm/rubies/ruby-1.9.3-p286-falcon/bin/gem"
rake: "/Users/mperham/.rvm/gems/ruby-1.9.3-p286-falcon@theclymb3/bin/rake"
environment:
PATH: "/Users/mperham/.rvm/gems/ruby-1.9.3-p286-falcon@theclymb3/bin:/Users/mperham/.rvm/gems/ruby-1.9.3-p286-falcon@global/bin:/Users/mperham/.rvm/rubies/ruby-1.9.3-p286-falcon/bin:/Users/mperham/.rvm/bin:/Users/mperham/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin"
GEM_HOME: "/Users/mperham/.rvm/gems/ruby-1.9.3-p286-falcon@theclymb3"
GEM_PATH: "/Users/mperham/.rvm/gems/ruby-1.9.3-p286-falcon@theclymb3:/Users/mperham/.rvm/gems/ruby-1.9.3-p286-falcon@global"
MY_RUBY_HOME: "/Users/mperham/.rvm/rubies/ruby-1.9.3-p286-falcon"
IRBRC: "/Users/mperham/.rvm/rubies/ruby-1.9.3-p286-falcon/.irbrc"
RUBYOPT: "-Ilib:test"
gemset: "theclymb3"
(speedup_rails_startup=fa456 .rvmrc bin/) ~/src/clymb> rvm use 1.9.3-p125@theclymb3
Using /Users/mperham/.rvm/gems/ruby-1.9.3-p125 with gemset theclymb3
(speedup_rails_startup=fa456 .rvmrc bin/) ~/src/clymb> time bundle exec rake environment
real 0m7.790s
user 0m5.569s
sys 0m1.529s
(speedup_rails_startup=fa456 .rvmrc bin/) ~/src/clymb> time bundle exec rake environment
real 0m6.879s
user 0m5.464s
sys 0m1.398s
(speedup_rails_startup=fa456 .rvmrc bin/) ~/src/clymb> time bundle exec rake environment
real 0m6.787s
user 0m5.412s
sys 0m1.365s
(speedup_rails_startup=fa456 .rvmrc bin/) ~/src/clymb>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment