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