summaryrefslogtreecommitdiff
path: root/benchmark/http/client-request-body.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/http/client-request-body.js')
-rw-r--r--benchmark/http/client-request-body.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/http/client-request-body.js b/benchmark/http/client-request-body.js
index 1c27dea2a2..befa3811dd 100644
--- a/benchmark/http/client-request-body.js
+++ b/benchmark/http/client-request-body.js
@@ -1,4 +1,5 @@
// Measure the time it takes for the HTTP client to send a request body.
+'use strict';
var common = require('../common.js');
var http = require('http');