diff options
Diffstat (limited to 'benchmark/net/net-c2s.js')
-rw-r--r-- | benchmark/net/net-c2s.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/net/net-c2s.js b/benchmark/net/net-c2s.js index 49de7c77c9..bbfbd883f8 100644 --- a/benchmark/net/net-c2s.js +++ b/benchmark/net/net-c2s.js @@ -1,4 +1,5 @@ // test the speed of .pipe() with sockets +'use strict'; var common = require('../common.js'); var PORT = common.PORT; |