summaryrefslogtreecommitdiff
path: root/benchmark/http_bench.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/http_bench.js')
-rw-r--r--benchmark/http_bench.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/http_bench.js b/benchmark/http_bench.js
index a8f99e2f0e..4d21415697 100644
--- a/benchmark/http_bench.js
+++ b/benchmark/http_bench.js
@@ -1,3 +1,4 @@
+'use strict';
var spawn = require('child_process').spawn;
var cluster = require('cluster');
var http = require('http');