Skip to content

Instantly share code, notes, and snippets.

@nudded
Created March 4, 2020 09:15
Show Gist options
  • Save nudded/90315b91d0690aa4c29913e4930156bb to your computer and use it in GitHub Desktop.
Save nudded/90315b91d0690aa4c29913e4930156bb to your computer and use it in GitHub Desktop.
❯ rbenv local 2.6.5
~
❯ ruby test.rb
true
Rehearsal -------------------------------------------
answer1 0.892859 0.026647 0.919506 ( 0.921522)
answer2 0.890985 0.035343 0.926328 ( 0.927158)
---------------------------------- total: 1.845834sec
user system total real
answer1 0.837143 0.000491 0.837634 ( 0.838109)
answer2 0.888047 0.031952 0.919999 ( 0.920514)
~ took 7s
❯ rbenv local 2.6.3
~
❯ ruby test.rb
true
Rehearsal -------------------------------------------
answer1 0.853720 0.023989 0.877709 ( 0.877925)
answer2 0.871242 0.031873 0.903115 ( 0.903424)
---------------------------------- total: 1.780824sec
user system total real
answer1 0.825793 0.000756 0.826549 ( 0.827389)
answer2 0.870807 0.022384 0.893191 ( 0.893392)
~ took 6s
❯ rbenv local 2.7.0
~
❯ ruby test.rb
true
Rehearsal -------------------------------------------
answer1 0.784629 0.019287 0.803916 ( 0.804362)
answer2 1.035983 0.029905 1.065888 ( 1.066061)
---------------------------------- total: 1.869804sec
user system total real
answer1 0.757240 0.000104 0.757344 ( 0.757373)
answer2 1.035578 0.030549 1.066127 ( 1.066375)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment