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.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/http/simple.js b/benchmark/http/simple.js
index 835fa3d52f..5449c49be9 100644
--- a/benchmark/http/simple.js
+++ b/benchmark/http/simple.js
@@ -12,7 +12,6 @@ var bench = common.createBenchmark(main, {
function main(conf) {
process.env.PORT = PORT;
- var spawn = require('child_process').spawn;
var server = require('../http_simple.js');
setTimeout(function() {
var path = '/' + conf.type + '/' + conf.length + '/' + conf.chunks;