Task dependencies is below. under task depends on the top task.
- build
- benck
- report
Note
Output report.md
file in current directory when you run deno task all
or deno task report
.
Use deno task
# run all task.
deno task all
# only run build.
deno run build
# show other tasks
deno task
- Add Bash benchmark.
MIT