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