diff options
Diffstat (limited to 'benchmark/fs/write-stream-throughput.js')
-rw-r--r-- | benchmark/fs/write-stream-throughput.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/fs/write-stream-throughput.js b/benchmark/fs/write-stream-throughput.js index 9ff58389c7..a3eef67aa4 100644 --- a/benchmark/fs/write-stream-throughput.js +++ b/benchmark/fs/write-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'); |