summaryrefslogtreecommitdiff
path: root/benchmark/http_simple.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/http_simple.js')
-rw-r--r--benchmark/http_simple.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/http_simple.js b/benchmark/http_simple.js
index 54500b49b..36800f2c9 100644
--- a/benchmark/http_simple.js
+++ b/benchmark/http_simple.js
@@ -22,7 +22,7 @@ if (useDomains) {
gdom.enter();
}
-var server = http.createServer(function (req, res) {
+var server = module.exports = http.createServer(function (req, res) {
if (useDomains) {
var dom = domain.create();
dom.add(req);