summaryrefslogtreecommitdiff
path: root/cli/bench/url_parse.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/bench/url_parse.js')
-rw-r--r--cli/bench/url_parse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/url_parse.js b/cli/bench/url_parse.js
index 56d6fc484..c9b62107f 100644
--- a/cli/bench/url_parse.js
+++ b/cli/bench/url_parse.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
const queueMicrotask = globalThis.queueMicrotask || process.nextTick;
let [total, count] = typeof Deno !== "undefined"
? Deno.args