aboutsummaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-04-15 01:29:39 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-04-15 01:30:58 -0700
commitac3bc2ed41c18cfd45772ec895afe98a929ab78c (patch)
tree3befcba14f44c5df4cf7d0cc8db7386ccd16808e /benchmark
parent4efe27bbabc1e6c6982303c8862f314d6b943dc4 (diff)
downloadandroid-node-v8-ac3bc2ed41c18cfd45772ec895afe98a929ab78c.tar.gz
android-node-v8-ac3bc2ed41c18cfd45772ec895afe98a929ab78c.tar.bz2
android-node-v8-ac3bc2ed41c18cfd45772ec895afe98a929ab78c.zip
Simplify GC idle notification
In particular, don't leave the timeout running when the heap is fully compacted.
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/http_simple.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmark/http_simple.js b/benchmark/http_simple.js
index e1eb6b5779..e709f2d724 100644
--- a/benchmark/http_simple.js
+++ b/benchmark/http_simple.js
@@ -4,6 +4,8 @@ var puts = require("sys").puts;
var old = (process.argv[2] == 'old');
+puts('pid ' + process.pid);
+
http = require(old ? "http_old" : 'http');
if (old) puts('old version');