summaryrefslogtreecommitdiff
path: root/benchmark/path/resolve-win32.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/path/resolve-win32.js')
-rw-r--r--benchmark/path/resolve-win32.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/path/resolve-win32.js b/benchmark/path/resolve-win32.js
index 7def7aa102..822b98c2b8 100644
--- a/benchmark/path/resolve-win32.js
+++ b/benchmark/path/resolve-win32.js
@@ -9,7 +9,7 @@ const bench = common.createBenchmark(main, {
['c:/ignore', 'd:\\a/b\\c/d', '\\e.exe'].join('|'),
['c:/blah\\blah', 'd:/games', 'c:../a'].join('|'),
],
- n: [1e5]
+ n: [1e5],
});
function main({ n, paths }) {