Skip to content

Instantly share code, notes, and snippets.

@headius
Created March 21, 2023 18:49
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/df90870fe9cc03a77574d37cb6498c2f to your computer and use it in GitHub Desktop.
Save headius/df90870fe9cc03a77574d37cb6498c2f to your computer and use it in GitHub Desktop.
[] jruby $ time jruby -e 1
jruby -e 1 3.50s user 0.16s system 213% cpu 1.715 total
[] jruby $ time jruby -e 1
jruby -e 1 3.48s user 0.15s system 214% cpu 1.697 total
[] jruby $ time jruby -Xcompile.invokedynamic -e 1
jruby -Xcompile.invokedynamic -e 1 3.57s user 0.17s system 180% cpu 2.073 total
[] jruby $ time jruby -Xcompile.invokedynamic -e 1
jruby -Xcompile.invokedynamic -e 1 3.46s user 0.15s system 213% cpu 1.694 total
[] jruby $ time jruby -Xinvokedynamic.handles -Xcompile.invokedynamic -e 1
jruby -Xinvokedynamic.handles -Xcompile.invokedynamic -e 1 3.58s user 0.18s system 178% cpu 2.107 total
[] jruby $ time jruby -Xinvokedynamic.handles -Xcompile.invokedynamic -e 1
jruby -Xinvokedynamic.handles -Xcompile.invokedynamic -e 1 3.32s user 0.15s system 205% cpu 1.688 total
[] jruby $ time jruby -Xinvokedynamic.handles -e 1
jruby -Xinvokedynamic.handles -e 1 3.41s user 0.16s system 207% cpu 1.719 total
[] jruby $ time jruby -Xinvokedynamic.handles -e 1
jruby -Xinvokedynamic.handles -e 1 3.43s user 0.16s system 213% cpu 1.680 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment