Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-17 | fix(bench): added group banner to bench output. (#21551) | Raashid Anwar | |
Added group banner to bench output. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2023-08-01 | feat(bench): print iter/s in the report (#19994) | Bartek Iwańczuk | |
This commit adds "iter/s" column to the console report generated by "deno bench" subcommand. | |||
2022-05-17 | feat: subcommands type-check only local files by default (#14623) | Bartek Iwańczuk | |
This commit changes default mode of type-checking to "local" and adds "--check" flag to following subcommands: - deno bench - deno bundle - deno cache - deno compile - deno eval - deno install - deno test |