Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 a8f99e2f0e7..4d214156976 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');