summaryrefslogtreecommitdiff
path: root/cli/bench/command.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/bench/command.js')
-rw-r--r--cli/bench/command.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/command.js b/cli/bench/command.js
index 5b57dd4f6..04e8456d3 100644
--- a/cli/bench/command.js
+++ b/cli/bench/command.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
Deno.bench("echo deno", async () => {
await new Deno.Command("echo", { args: ["deno"] }).output();