summaryrefslogtreecommitdiff
path: root/benchmark/path/join-posix.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/path/join-posix.js')
-rw-r--r--benchmark/path/join-posix.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/path/join-posix.js b/benchmark/path/join-posix.js
index 6619e4dea8..2e7836650a 100644
--- a/benchmark/path/join-posix.js
+++ b/benchmark/path/join-posix.js
@@ -6,7 +6,7 @@ const bench = common.createBenchmark(main, {
paths: [
['/foo', 'bar', '', 'baz/asdf', 'quux', '..'].join('|'),
],
- n: [1e5]
+ n: [1e5],
});
function main({ n, paths }) {