summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
author薛定谔的猫 <zhaoshdm@yonyou.com>2017-10-06 05:17:48 +0800
committerJames M Snell <jasnell@gmail.com>2017-11-22 14:36:38 -0800
commitfbb9eef4c43ecd040e9d83a303dc50c2e252eb9f (patch)
tree73cb40af1f109c02ff259be1d0cb4dee88184246 /benchmark
parent9b2cf1c8ebdf9483aaa1f0d1b6770043c229a354 (diff)
downloadandroid-node-v8-fbb9eef4c43ecd040e9d83a303dc50c2e252eb9f.tar.gz
android-node-v8-fbb9eef4c43ecd040e9d83a303dc50c2e252eb9f.tar.bz2
android-node-v8-fbb9eef4c43ecd040e9d83a303dc50c2e252eb9f.zip
benchmark,path: remove unused variables
PR-URL: https://github.com/nodejs/node/pull/15789 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/fs/read-stream-throughput.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/fs/read-stream-throughput.js b/benchmark/fs/read-stream-throughput.js
index 85aa3c929f..162cef6864 100644
--- a/benchmark/fs/read-stream-throughput.js
+++ b/benchmark/fs/read-stream-throughput.js
@@ -35,7 +35,7 @@ function main(conf) {
throw new Error(`invalid encodingType: ${encodingType}`);
}
- makeFile(runTest);
+ makeFile();
}
function runTest() {