summaryrefslogtreecommitdiff
path: root/ext/websocket/01_websocket.js
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2023-07-31 11:02:59 +0100
committerGitHub <noreply@github.com>2023-07-31 12:02:59 +0200
commit02865cb5a270b9a2229863e83582f2a8b5115b78 (patch)
tree56529bdc267d6779be2efb8c92e58119e3687f24 /ext/websocket/01_websocket.js
parente348c11b64410cf91bd5925ffbc5a9009947a80f (diff)
feat(bench): add BenchContext::start() and BenchContext::end() (#18734)
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 }); ```
Diffstat (limited to 'ext/websocket/01_websocket.js')
0 files changed, 0 insertions, 0 deletions