Skip to content

Instantly share code, notes, and snippets.

@jhawthorn
Created February 5, 2018 05:37
Show Gist options
  • Save jhawthorn/f0097bf098e93187064f7f75af3bda9e to your computer and use it in GitHub Desktop.
Save jhawthorn/f0097bf098e93187064f7f75af3bda9e to your computer and use it in GitHub Desktop.
Ruby startup time with JIT
$ time ruby --disable-gems -e ''
0.006 total
$ time ruby -e ''
0.036 total
$ time ruby --disable-gems --jit -e ''
0.184 total
$ time =ruby --jit -e ''
0.296 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment