Skip to content

Instantly share code, notes, and snippets.

@SamSaffron
Created April 25, 2017 01:08
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 SamSaffron/d4f733108fe261815678b52b1a22f4b7 to your computer and use it in GitHub Desktop.
Save SamSaffron/d4f733108fe261815678b52b1a22f4b7 to your computer and use it in GitHub Desktop.
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