Last active
August 29, 2015 14:05
-
-
Save mustmodify/ccbac0b487cc2caaa2a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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