index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
specs
/
bench
/
no_prompt_by_default
/
no_prompt_by_default.ts
blob: 59359eebd11e994a694b4e04002a6a571dd56d4f (
plain
)
1
2
3
Deno.bench("no prompt", async () => { await Deno.readTextFile("./some_file.txt"); });