Skip to content

Instantly share code, notes, and snippets.

@ineentho
Created May 11, 2015 04:55
Show Gist options
  • Save ineentho/d6e6e7bcf0a350b59aa4 to your computer and use it in GitHub Desktop.
Save ineentho/d6e6e7bcf0a350b59aa4 to your computer and use it in GitHub Desktop.
[ineentho@manjaro bin]$ touch test
[ineentho@manjaro bin]$ node test && time node test
real 0m0.073s
user 0m0.070s
sys 0m0.000s
[ineentho@manjaro bin]$ node-anywhere test && time node-anywhere test
real 0m0.545s
user 0m0.527s
sys 0m0.040s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment