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