mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
benchmark: var to const
PR-URL: https://github.com/nodejs/node/pull/13757 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
@@ -79,7 +79,7 @@ function main(conf) {
|
||||
}
|
||||
}
|
||||
|
||||
var nChunks = chunks.length;
|
||||
const nChunks = chunks.length;
|
||||
|
||||
bench.start();
|
||||
for (i = 0; i < n; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user