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-searchparams-read.js')
-rw-r--r--benchmark/url/url-searchparams-read.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/url/url-searchparams-read.js b/benchmark/url/url-searchparams-read.js
index cdaaa7ad11a..e1cb39fbe71 100644
--- a/benchmark/url/url-searchparams-read.js
+++ b/benchmark/url/url-searchparams-read.js
@@ -1,6 +1,5 @@
'use strict';
const common = require('../common.js');
-const { URLSearchParams } = require('url');
const bench = common.createBenchmark(main, {
accessMethod: ['get', 'getAll', 'has'],