Guest User

Untitled

a guest
May 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. ## JRuby 1.1.4
  2. user system total real
  3. 1m foo calls 2.503000 0.000000 2.503000 ( 2.502973)
  4. 1m send :foo 4.828000 0.000000 4.828000 ( 4.827949)
  5. 1m send 'foo' 4.966000 0.000000 4.966000 ( 4.965629)
  6. 1m send "#{x}" 9.780000 0.000000 9.780000 ( 9.780868)
  7. 1m 10th sub send :foo 10.058000 0.000000 10.058000 ( 10.058092)
  8. 1m 20th sub send :foo 15.716000 0.000000 15.716000 ( 15.715763)
  9. 1m 30th sub send :foo 21.548000 0.000000 21.548000 ( 21.547895)
  10. ## JRuby 1.1.5
  11. user system total real
  12. 1m foo calls 1.558000 0.000000 1.558000 ( 1.558850)
  13. 1m send :foo 1.952000 0.000000 1.952000 ( 1.951640)
  14. 1m send 'foo' 2.478000 0.000000 2.478000 ( 2.478070)
  15. 1m send "#{x}" 5.231000 0.000000 5.231000 ( 5.231240)
  16. 1m 10th sub send :foo 2.083000 0.000000 2.083000 ( 2.082650)
  17. 1m 20th sub send :foo 2.055000 0.000000 2.055000 ( 2.055413)
  18. 1m 30th sub send :foo 2.048000 0.000000 2.048000 ( 2.048745)
Add Comment
Please, Sign In to add comment