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/fs/read-stream-throughput.js')
-rw-r--r--benchmark/fs/read-stream-throughput.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/fs/read-stream-throughput.js b/benchmark/fs/read-stream-throughput.js
index a181a2df602..6b6a3927966 100644
--- a/benchmark/fs/read-stream-throughput.js
+++ b/benchmark/fs/read-stream-throughput.js
@@ -1,4 +1,5 @@
// test the throughput of the fs.WriteStream class.
+'use strict';
var path = require('path');
var common = require('../common.js');