Skip to content

Instantly share code, notes, and snippets.

@bbrowning
Created December 19, 2012 18:49
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 bbrowning/4339313 to your computer and use it in GitHub Desktop.
Save bbrowning/4339313 to your computer and use it in GitHub Desktop.
bbrowning@bbrowning-mbp:~/tmp/rails3.2_basic$ time jruby -S bundle install
...
Your bundle is complete! It was installed into /Users/bbrowning/Downloads/torquebox-current/jruby/lib/ruby/gems/1.8
real 0m51.642s
user 0m51.210s
sys 0m3.595s
bbrowning@bbrowning-mbp:~/tmp/rails3.2_basic$ rm Gemfile.lock
bbrowning@bbrowning-mbp:~/tmp/rails3.2_basic$ time jruby -X-C -S bundle install
...
Your bundle is complete! It was installed into /Users/bbrowning/Downloads/torquebox-current/jruby/lib/ruby/gems/1.8
real 0m17.993s
user 0m25.904s
sys 0m0.865s
bbrowning@bbrowning-mbp:~/tmp/rails3.2_basic$ rm Gemfile.lock
bbrowning@bbrowning-mbp:~/tmp/rails3.2_basic$ time jruby -J-server -J-noverify -J-XX:+UseParallelOldGC -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -X-C -S bundle install
...
Your bundle is complete! It was installed into /Users/bbrowning/Downloads/torquebox-current/jruby/lib/ruby/gems/1.8
real 0m12.616s
user 0m11.737s
sys 0m0.627s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment