summaryrefslogtreecommitdiff
path: root/benchmark/path/resolve-posix.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/path/resolve-posix.js')
-rw-r--r--benchmark/path/resolve-posix.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/path/resolve-posix.js b/benchmark/path/resolve-posix.js
index dbae350c62..4881947fe4 100644
--- a/benchmark/path/resolve-posix.js
+++ b/benchmark/path/resolve-posix.js
@@ -9,7 +9,7 @@ const bench = common.createBenchmark(main, {
['foo/bar', '/tmp/file/', '..', 'a/../subfile'].join('|'),
['a/b/c/', '../../..'].join('|'),
],
- n: [1e5]
+ n: [1e5],
});
function main({ n, paths }) {