summaryrefslogtreecommitdiff
path: root/cli/bench/op_now.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/bench/op_now.js')
-rw-r--r--cli/bench/op_now.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/bench/op_now.js b/cli/bench/op_now.js
index ba6be9c3a..bcc3ea3c5 100644
--- a/cli/bench/op_now.js
+++ b/cli/bench/op_now.js
@@ -1,4 +1,7 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+
+// deno-lint-ignore-file no-console
+
const queueMicrotask = globalThis.queueMicrotask || process.nextTick;
let [total, count] = typeof Deno !== "undefined"
? Deno.args