summaryrefslogtreecommitdiff
path: root/benchmark/path/relative-win32.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/path/relative-win32.js')
-rw-r--r--benchmark/path/relative-win32.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/path/relative-win32.js b/benchmark/path/relative-win32.js
index 401919aa20..e513b82853 100644
--- a/benchmark/path/relative-win32.js
+++ b/benchmark/path/relative-win32.js
@@ -10,7 +10,7 @@ const bench = common.createBenchmark(main, {
['C:\\foo\\BAR\\BAZ', 'C:\\foo\\bar\\baz'].join('|'),
['C:\\foo\\bar\\baz\\quux', 'C:\\'].join('|'),
],
- n: [1e5]
+ n: [1e5],
});
function main({ n, paths }) {