summaryrefslogtreecommitdiff
path: root/cli/bench/console.js
blob: 947061a3b9f1d25cdbe29280ac6a2c0907bd525e (plain)
1
2
3
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
const count = 100000;
for (let i = 0; i < count; i++) console.log("Hello World");