mirror of
https://github.com/denoland/deno.git
synced 2025-01-23 23:49:46 -05:00
02865cb5a2
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 |