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