summaryrefslogtreecommitdiff
path: root/tests/specs/bench/clear_timeout/clear_timeout.ts
blob: 4148263ac2bfbd287a0651b939bd67a1c6656221 (plain)
1
2
3
4
5
clearTimeout(setTimeout(() => {}, 1000));

Deno.bench("bench1", () => {});
Deno.bench("bench2", () => {});
Deno.bench("bench3", () => {});