Guest User

Untitled

a guest
Jun 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. $ ruby -v
  2. ruby 1.8.7 (2010-08-16 patchlevel 302) [i686-darwin10.4.0]
  3.  
  4. $ ruby -rrubygems bench_erubis_slim_haml.rb
  5. Rehearsal ---------------------------------------------------------------------------------------
  6. empty loop 0.000000 0.000000 0.000000 ( 0.000821)
  7. erubis 2.560000 0.040000 2.600000 ( 2.623209)
  8. slim 4.570000 0.030000 4.600000 ( 4.611949)
  9. haml 3.1.0.alpha.14 (Bleeding Edge) 22.780000 0.280000 23.060000 ( 23.156661)
  10. haml (ugly) 3.1.0.alpha.14 (Bleeding Edge) 21.980000 0.270000 22.250000 ( 22.352408)
  11. erubis (cache) 0.680000 0.010000 0.690000 ( 0.684386)
  12. slim (cache) 0.440000 0.000000 0.440000 ( 0.440681)
  13. haml 3.1.0.alpha.14 (Bleeding Edge) (cached) 1.370000 0.020000 1.390000 ( 1.399595)
  14. haml (ugly) 3.1.0.alpha.14 (Bleeding Edge) (cached) 1.030000 0.020000 1.050000 ( 1.050598)
  15. ----------------------------------------------------------------------------- total: 56.080000sec
  16.  
  17. user system total real
  18. empty loop 0.000000 0.000000 0.000000 ( 0.000701)
  19. erubis 2.560000 0.040000 2.600000 ( 2.594291)
  20. slim 4.530000 0.030000 4.560000 ( 4.586344)
  21. haml 3.1.0.alpha.14 (Bleeding Edge) 22.760000 0.230000 22.990000 ( 23.014246)
  22. haml (ugly) 3.1.0.alpha.14 (Bleeding Edge) 22.040000 0.230000 22.270000 ( 22.343764)
  23. erubis (cache) 0.660000 0.010000 0.670000 ( 0.681738)
  24. slim (cache) 0.440000 0.000000 0.440000 ( 0.438126)
  25. haml 3.1.0.alpha.14 (Bleeding Edge) (cached) 1.380000 0.020000 1.400000 ( 1.409775)
  26. haml (ugly) 3.1.0.alpha.14 (Bleeding Edge) (cached) 1.010000 0.020000 1.030000 ( 1.034160)
Add Comment
Please, Sign In to add comment