diff options
Diffstat (limited to 'benchmark/fs/read-stream-throughput.js')
-rw-r--r-- | benchmark/fs/read-stream-throughput.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/fs/read-stream-throughput.js b/benchmark/fs/read-stream-throughput.js index a181a2df60..6b6a392796 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'); |