Skip to content

Instantly share code, notes, and snippets.

@headius
Created November 24, 2010 07:46
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 headius/713286 to your computer and use it in GitHub Desktop.
Save headius/713286 to your computer and use it in GitHub Desktop.
~/projects/jruby/testapp ➔ time jirb -r exit.rb
real 0m1.267s
user 0m1.530s
sys 0m0.142s
~/projects/jruby/testapp ➔ time jirb -rubygems -r exit.rb
real 0m1.714s
user 0m2.228s
sys 0m0.183s
~/projects/jruby/testapp ➔ time jirb -rubygems -rconfig/boot.rb -r exit.rb
real 0m9.597s
user 0m13.495s
sys 0m0.692s
~/projects/jruby/testapp ➔ time jirb -rubygems -rconfig/boot.rb -r exit.rb
real 0m9.796s
user 0m13.860s
sys 0m0.672s
~/projects/jruby/testapp ➔ time rails console
exit
Loading development environment (Rails 3.0.0)
>> exit
real 0m16.362s
user 0m22.857s
sys 0m1.505s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment