summaryrefslogtreecommitdiff
path: root/benchmark/util
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/util')
-rw-r--r--benchmark/util/inspect.js2
-rw-r--r--benchmark/util/normalize-encoding.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/util/inspect.js b/benchmark/util/inspect.js
index 9ba3020fd0..fd6f6158cd 100644
--- a/benchmark/util/inspect.js
+++ b/benchmark/util/inspect.js
@@ -23,7 +23,7 @@ const bench = common.createBenchmark(main, {
'Array',
'TypedArray',
'TypedArray_extra',
- 'Number'
+ 'Number',
],
option: Object.keys(opts)
});
diff --git a/benchmark/util/normalize-encoding.js b/benchmark/util/normalize-encoding.js
index 47c8bce277..464bda52f3 100644
--- a/benchmark/util/normalize-encoding.js
+++ b/benchmark/util/normalize-encoding.js
@@ -16,7 +16,7 @@ const inputs = [
'', 'utf8', 'utf-8', 'UTF-8', 'UTF8', 'Utf8',
'ucs2', 'UCS2', 'utf16le', 'UTF16LE',
'binary', 'BINARY', 'latin1', 'base64', 'BASE64',
- 'hex', 'HEX', 'foo', 'undefined'
+ 'hex', 'HEX', 'foo', 'undefined',
];
const bench = common.createBenchmark(main, {