Skip to content

Instantly share code, notes, and snippets.

@mustmodify
Last active August 29, 2015 14:05
Show Gist options
  • Save mustmodify/ccbac0b487cc2caaa2a0 to your computer and use it in GitHub Desktop.
Save mustmodify/ccbac0b487cc2caaa2a0 to your computer and use it in GitHub Desktop.
production@ec2-server: time bin/rails c
exit ( typed while waiting for it to load )
Loading development environment (Rails 4.0.2)
irb(main):001:0> exit
real 0m11.141s
user 0m19.918s
sys 0m0.983s
production@ec2-instance: ~$ time echo "exit" | irb
Switch to inspect mode.
exit
real 0m1.104s
user 0m1.491s
sys 0m0.076s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment