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-12-10 | feat(cli): support deno bench in the config file (#16608) | Geert-Jan Zwiers | |
This PR adds the ability to set `include/exclude` fields for `deno bench` in the configuration file. |