Skip to content

Instantly share code, notes, and snippets.

@Unitecho
Created January 30, 2013 07:35
Show Gist options
  • Save Unitecho/4671458 to your computer and use it in GitHub Desktop.
Save Unitecho/4671458 to your computer and use it in GitHub Desktop.
Node : Benchmarking code
console.time('100-elements');
for (var i = 0; i < 100; i++) {
;
}
console.timeEnd('100-elements');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment