mirror of
https://github.com/denoland/deno.git
synced 2025-03-10 14:17:49 -04:00
![]() Closes #17589. ```ts Deno.bench("foo", async (t) => { const resource = setup(); // not included in measurement t.start(); measuredOperation(resource); t.end(); resource.close(); // not included in measurement }); ``` |
||
---|---|---|
.. | ||
main.out | ||
main.ts |