Guest User

Untitled

a guest
May 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. ## jruby
  2. user system total real
  3. 1M method_missing 0.391000 0.000000 0.391000 ( 0.390952)
  4. 1M sends 0.173000 0.000000 0.173000 ( 0.172145)
  5. 1M method_missing with send 0.437000 0.000000 0.437000 ( 0.437215)
  6. 1M method_missing with block 0.351000 0.000000 0.351000 ( 0.351036)
  7. 1M 1-arg method_missing 0.284000 0.000000 0.284000 ( 0.283891)
  8. 1M 1-arg sends 0.167000 0.000000 0.167000 ( 0.167344)
  9. 1M 1-arg method_missing with send 0.567000 0.000000 0.567000 ( 0.566933)
  10. 1M 1-arg method_missing with block 0.337000 0.000000 0.337000 ( 0.337208)
  11. 1M 4-arg method_missing 0.339000 0.000000 0.339000 ( 0.339176)
  12. 1M 4-arg sends 0.623000 0.000000 0.623000 ( 0.623728)
  13. 1M 4-arg method_missing with send 0.580000 0.000000 0.580000 ( 0.579311)
  14. 1M 4-arg method_missing with block 0.327000 0.000000 0.327000 ( 0.327315)
  15. ## MRI
  16. user system total real
  17. 1M method_missing 0.580000 0.000000 0.580000 ( 0.587880)
  18. 1M sends 0.350000 0.000000 0.350000 ( 0.353340)
  19. 1M method_missing with send 0.830000 0.000000 0.830000 ( 0.840363)
  20. 1M method_missing with block 0.590000 0.010000 0.600000 ( 0.604909)
  21. 1M 1-arg method_missing 0.620000 0.000000 0.620000 ( 0.628624)
  22. 1M 1-arg sends 0.390000 0.000000 0.390000 ( 0.393344)
  23. 1M 1-arg method_missing with send 1.320000 0.000000 1.320000 ( 1.334911)
  24. 1M 1-arg method_missing with block 0.630000 0.010000 0.640000 ( 0.629390)
  25. 1M 4-arg method_missing 0.660000 0.000000 0.660000 ( 0.669612)
  26. 1M 4-arg sends 1.580000 0.000000 1.580000 ( 1.600627)
  27. 1M 4-arg method_missing with send 1.490000 0.010000 1.500000 ( 1.500815)
  28. 1M 4-arg method_missing with block 0.670000 0.000000 0.670000 ( 0.685594)
Add Comment
Please, Sign In to add comment