Skip to content

Instantly share code, notes, and snippets.

@headius
Last active January 15, 2020 22:53
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 headius/32b86263dcc5ba0fcfca6e1484c960c8 to your computer and use it in GitHub Desktop.
Save headius/32b86263dcc5ba0fcfca6e1484c960c8 to your computer and use it in GitHub Desktop.
[] ~/projects/jruby/testapp $ (export JRUBY_OPTS='--dev -Xir.reading'; echo 'exit' | time jruby -S rails c)
Loading development environment (Rails 5.2.4.1)
Switch to inspect mode.
exit
7.67 real 11.61 user 1.46 sys
[] ~/projects/jruby/testapp $ (export JRUBY_OPTS='--dev -Xir.reading'; echo 'exit' | time jruby -S rails c)
Loading development environment (Rails 5.2.4.1)
Switch to inspect mode.
exit
7.65 real 11.59 user 1.43 sys
[] ~/projects/jruby/testapp $ (export JRUBY_OPTS='--dev -Xir.reading'; echo 'exit' | time jruby -S rails c)
Loading development environment (Rails 5.2.4.1)
Switch to inspect mode.
exit
7.61 real 11.48 user 1.44 sys
[] ~/projects/jruby/testapp $ (export JRUBY_OPTS='--dev'; echo 'exit' | time jruby -S rails c)
Loading development environment (Rails 5.2.4.1)
Switch to inspect mode.
exit
7.86 real 11.95 user 1.35 sys
[] ~/projects/jruby/testapp $ (export JRUBY_OPTS='--dev'; echo 'exit' | time jruby -S rails c)
Loading development environment (Rails 5.2.4.1)
Switch to inspect mode.
exit
7.90 real 12.03 user 1.36 sys
[] ~/projects/jruby/testapp $ (export JRUBY_OPTS='--dev'; echo 'exit' | time jruby -S rails c)
Loading development environment (Rails 5.2.4.1)
Switch to inspect mode.
exit
7.82 real 11.90 user 1.34 sys
[] ~/projects/jruby/testapp $ (export JRUBY_OPTS='--dev'; time jruby -S gem list > /dev/null)
real 0m2.452s
user 0m3.564s
sys 0m0.371s
[] ~/projects/jruby/testapp $ (export JRUBY_OPTS='--dev'; time jruby -S gem list > /dev/null)
real 0m2.328s
user 0m3.543s
sys 0m0.342s
[] ~/projects/jruby/testapp $ (export JRUBY_OPTS='--dev'; time jruby -S gem list > /dev/null)
real 0m2.336s
user 0m3.517s
sys 0m0.332s
[] ~/projects/jruby/testapp $ (export JRUBY_OPTS='--dev -Xir.writing'; time jruby -S gem list > /dev/null)
real 0m2.564s
user 0m3.840s
sys 0m0.427s
[] ~/projects/jruby/testapp $ (export JRUBY_OPTS='--dev -Xir.reading'; time jruby -S gem list > /dev/null)
real 0m2.276s
user 0m3.420s
sys 0m0.348s
[] ~/projects/jruby/testapp $ (export JRUBY_OPTS='--dev -Xir.reading'; time jruby -S gem list > /dev/null)
real 0m2.284s
user 0m3.418s
sys 0m0.352s
[] ~/projects/jruby/testapp $ (export JRUBY_OPTS='--dev -Xir.reading'; time jruby -S gem list > /dev/null)
real 0m2.261s
user 0m3.388s
sys 0m0.344s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment