summaryrefslogtreecommitdiff
path: root/benchmark/report-startup-memory.js
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-02-18 14:01:04 -0800
committerRyan Dahl <ry@tinyclouds.org>2011-02-18 14:01:04 -0800
commit1fce3f0ef8da682701db0cd98859705d332723c9 (patch)
tree94034641ebef24cd357cdac0d658234131237238 /benchmark/report-startup-memory.js
parentebfc90b5059664f370f5f7e7dbfcdd6e827d3cbd (diff)
downloadnode-new-1fce3f0ef8da682701db0cd98859705d332723c9.tar.gz
Add startup memory script to benchmarks
Diffstat (limited to 'benchmark/report-startup-memory.js')
-rw-r--r--benchmark/report-startup-memory.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/report-startup-memory.js b/benchmark/report-startup-memory.js
new file mode 100644
index 0000000000..14e56231ec
--- /dev/null
+++ b/benchmark/report-startup-memory.js
@@ -0,0 +1 @@
+console.log(process.memoryUsage().rss);