Skip to content

Instantly share code, notes, and snippets.

@headius
Last active June 16, 2020 22:18
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/e8070601dbbb7ee49424ea974fcf5858 to your computer and use it in GitHub Desktop.
Save headius/e8070601dbbb7ee49424ea974fcf5858 to your computer and use it in GitHub Desktop.
JRuby 9.3 + invokedynamic + parallel GC on Java 13
Warming up --------------------------------------
fastrandom 435.445k i/100ms
random 578.741k i/100ms
Calculating -------------------------------------
fastrandom 13.264M (±26.4%) i/s - 56.172M in 5.002513s
random 24.357M (±27.6%) i/s - 94.335M in 5.000926s
CRuby 2.7 from RVM
Warming up --------------------------------------
fastrandom 508.547k i/100ms
random 1.203M i/100ms
Calculating -------------------------------------
fastrandom 5.124M (± 1.2%) i/s - 25.936M in 5.062324s
random 11.915M (± 5.0%) i/s - 60.159M in 5.064722s
TruffleRuby 20.1 from RVM
Warming up --------------------------------------
fastrandom 424.496k i/100ms
random 821.658k i/100ms
Calculating -------------------------------------
fastrandom 4.882M (±20.2%) i/s - 22.923M in 5.032562s
random 8.002M (± 2.2%) i/s - 40.261M in 5.033756s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment