Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # [];
- #
- swarley@ubuntu:~/Documents/Programming/Ruby/lommongo$ time node \[\].js
- real 0m0.063s
- user 0m0.052s
- sys 0m0.012s
- #
- # new Array();
- #
- swarley@ubuntu:~/Documents/Programming/Ruby/lommongo$ time node new.js
- real 0m0.059s
- user 0m0.052s
- sys 0m0.008s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement