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
/
explicit_start_and_end_low_precision
/
main.bench.ts
blob: 23bdf19fe70c392796f174cd333fe008dca94ad0 (
plain
)
1
2
3
4
Deno.bench("noop with start and end", (b) => { b.start(); b.end(); });