summaryrefslogtreecommitdiff
path: root/benchmark/run.js
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2009-09-28 12:36:36 +0200
committerRyan Dahl <ry@tinyclouds.org>2009-09-28 12:36:36 +0200
commitf6657c3c9dd3e41df7147adc86ebc6469538e1ed (patch)
tree4dc6e98303c74ae0e6026293318d27471c84fd87 /benchmark/run.js
parent7abad8b7b360bc328243475fa59b899fcb902c60 (diff)
downloadnode-new-f6657c3c9dd3e41df7147adc86ebc6469538e1ed.tar.gz
Move http library to /http.js
Diffstat (limited to 'benchmark/run.js')
-rw-r--r--benchmark/run.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmark/run.js b/benchmark/run.js
index a8a4d1715e..d9c2668687 100644
--- a/benchmark/run.js
+++ b/benchmark/run.js
@@ -1,3 +1,6 @@
+libDir = node.path.join(node.path.dirname(__filename), "../lib");
+node.libraryPaths.unshift(libDir);
+include("/utils.js");
var benchmarks = [ "static_http_server.js"
, "timers.js"
, "process_loop.js"