Created
April 25, 2017 01:08
-
-
Save SamSaffron/d4f733108fe261815678b52b1a22f4b7 to your computer and use it in GitHub Desktop.
This file contains 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
see: https://github.com/Shopify/bootsnap | |
# before bootsnap | |
sams-MacBook-Pro:discourse sam$ time bin/rails r 'puts' | |
real 0m6.042s | |
user 0m4.562s | |
sys 0m1.400s | |
# after bootsnap | |
sams-MacBook-Pro:discourse sam$ time bin/rails r 'puts' | |
real 0m2.977s | |
user 0m2.548s | |
sys 0m0.362s | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment