From 4bb529d972afaa02d57a2ca29db33ac92f69b81d Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 19 Feb 2016 17:03:16 -0800 Subject: benchmark: use strict mode Apply strict mode to benchmark code. PR-URL: https://github.com/nodejs/node/pull/5336 Reviewed-By: James M Snell Reviewed-By: Jeremiah Senkpiel Reviewed-By: Roman Reiss Reviewed-By: Ben Noordhuis --- benchmark/net/tcp-raw-pipe.js | 1 + 1 file changed, 1 insertion(+) (limited to 'benchmark/net/tcp-raw-pipe.js') diff --git a/benchmark/net/tcp-raw-pipe.js b/benchmark/net/tcp-raw-pipe.js index 1504d11db5f..e22437f422e 100644 --- a/benchmark/net/tcp-raw-pipe.js +++ b/benchmark/net/tcp-raw-pipe.js @@ -1,5 +1,6 @@ // In this benchmark, we connect a client to the server, and write // as many bytes as we can in the specified time (default = 10s) +'use strict'; var common = require('../common.js'); var util = require('util'); -- cgit v1.2.3