Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Last active December 22, 2015 09:09
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save BanzaiMan/6450251 to your computer and use it in GitHub Desktop.
Save BanzaiMan/6450251 to your computer and use it in GitHub Desktop.
$ jruby -v
jruby 1.7.5.dev (1.9.3p392) 2013-09-04 090d5dd on Java HotSpot(TM) 64-Bit Server VM 1.7.0_25-b15 [darwin-x86_64]
$ time jruby -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-Xverify:none -e 'require "rails"'
jruby -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-Xverify:none -e 5.18s user 0.47s system 136% cpu 4.142 total
$ time jruby -e 'require "rails"'
jruby -e 'require "rails"' 14.60s user 0.44s system 202% cpu 7.444 total
@jproyo
Copy link

jproyo commented Sep 5, 2013

Awsome!!! We were looking something like that for our solution. Thanks,

@mmay
Copy link

mmay commented Sep 5, 2013

👍 This shaves a couple seconds off our app start up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment