From 1fce3f0ef8da682701db0cd98859705d332723c9 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 18 Feb 2011 14:01:04 -0800 Subject: [PATCH] Add startup memory script to benchmarks --- benchmark/report-startup-memory.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 benchmark/report-startup-memory.js diff --git a/benchmark/report-startup-memory.js b/benchmark/report-startup-memory.js new file mode 100644 index 00000000000..14e56231ec2 --- /dev/null +++ b/benchmark/report-startup-memory.js @@ -0,0 +1 @@ +console.log(process.memoryUsage().rss);