Skip to content

Instantly share code, notes, and snippets.

@oshanz
Created March 26, 2020 04:01
Show Gist options
  • Save oshanz/89bbb3c3d186204cc970c4730161c57e to your computer and use it in GitHub Desktop.
Save oshanz/89bbb3c3d186204cc970c4730161c57e to your computer and use it in GitHub Desktop.
boostsnap profile

before

$ time DISABLE_SPRING=1 bin/rails r 'exit 0'

real	0m6.617s
user	0m4.880s
sys	0m1.600s

after

$ time DISABLE_SPRING=1 bin/rails r 'exit 0'

real	0m2.260s
user	0m1.884s
sys	0m0.327s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment