Guest User

Untitled

a guest
May 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. [headius @ cnutter:~/projects/jruby]
  2. ◆ ruby bench/language/bench_method_dispatch_only.rb 5
  3. Test ruby method: 100k loops calling self's foo 100 times
  4. 1.440000 0.000000 1.440000 ( 1.451391)
  5. 1.440000 0.010000 1.450000 ( 1.458034)
  6. 1.430000 0.010000 1.440000 ( 1.459689)
  7. 1.450000 0.010000 1.460000 ( 1.467890)
  8. 1.430000 0.000000 1.430000 ( 1.443229)
  9. [headius @ cnutter:~/projects/jruby]
  10. ◆ ruby1.9 bench/language/bench_method_dispatch_only.rb 5
  11. Test ruby method: 100k loops calling self's foo 100 times
  12. 0.680000 0.000000 0.680000 ( 0.690882)
  13. 0.680000 0.010000 0.690000 ( 0.691120)
  14. 0.680000 0.000000 0.680000 ( 0.693623)
  15. 0.680000 0.000000 0.680000 ( 0.691282)
  16. 0.680000 0.010000 0.690000 ( 0.688989)
  17. [headius @ cnutter:~/projects/jruby]
  18. ◆ jruby bench/language/bench_method_dispatch_only.rb 5
  19. Test ruby method: 100k loops calling self's foo 100 times
  20. 0.653000 0.000000 0.653000 ( 0.652549)
  21. 0.426000 0.000000 0.426000 ( 0.425804)
  22. 0.323000 0.000000 0.323000 ( 0.323679)
  23. 0.325000 0.000000 0.325000 ( 0.324270)
  24. 0.351000 0.000000 0.351000 ( 0.351886)
  25. [headius @ cnutter:~/projects/jruby]
  26. ◆ jruby -J-Djruby.compile.fastest=true bench/language/bench_method_dispatch_only.rb 5
  27. Test ruby method: 100k loops calling self's foo 100 times
  28. 0.585000 0.000000 0.585000 ( 0.584923)
  29. 0.177000 0.000000 0.177000 ( 0.177680)
  30. 0.174000 0.000000 0.174000 ( 0.174006)
  31. 0.154000 0.000000 0.154000 ( 0.153617)
  32. 0.145000 0.000000 0.145000 ( 0.145726)
Add Comment
Please, Sign In to add comment