Advertisement
Guest User

Array times

a guest
Mar 21st, 2012
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #
  2. # [];
  3. #
  4.  
  5. swarley@ubuntu:~/Documents/Programming/Ruby/lommongo$ time node \[\].js
  6.  
  7. real 0m0.063s
  8. user 0m0.052s
  9. sys 0m0.012s
  10.  
  11. #
  12. # new Array();
  13. #
  14. swarley@ubuntu:~/Documents/Programming/Ruby/lommongo$ time node new.js
  15.  
  16. real 0m0.059s
  17. user 0m0.052s
  18. sys 0m0.008s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement