Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/url/url-parse.js')
-rw-r--r--benchmark/url/url-parse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/url/url-parse.js b/benchmark/url/url-parse.js
index 751a11201b1..b3e83188b21 100644
--- a/benchmark/url/url-parse.js
+++ b/benchmark/url/url-parse.js
@@ -13,7 +13,7 @@ const bench = common.createBenchmark(main, {
});
function main({ type, n }) {
- const input = inputs[type] || '';
+ const input = inputs[type];
bench.start();
for (let i = 0; i < n; i += 1)