Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 4th, 2012  |  syntax: None  |  size: 0.31 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Results
  2. ## Intel i7 890 @ 2.93 GHz x64, node compiled with `-march=native -mtune=native`:
  3.  
  4.     $ time node nextTick.js
  5.    
  6.     real        0m0.344s
  7.     user        0m0.276s
  8.     sys         0m0.067s
  9.  
  10.     $ time node setTimeout.js
  11.    
  12.     real        0m9.125s
  13.     user        0m8.707s
  14.     sys         0m0.410s
  15.  
  16. Feel free to fork and add your results!