mirror of https://github.com/lukechilds/node.git
Browse Source
Apply strict mode to benchmark code. PR-URL: https://github.com/nodejs/node/pull/5336 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>v5.x
Rich Trott
9 years ago
committed by
Rod Vagg
93 changed files with 105 additions and 14 deletions
@ -1 +1,2 @@ |
|||
'use strict'; |
|||
console.log(process.memoryUsage().rss); |
|||
|
Loading…
Reference in new issue