mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00: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 }); ``` |
||
---|---|---|
.. | ||
40_testing.js | ||
99_main.js |