Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2022-03-11 | feat: "deno bench" subcommand (#13713) | Bartek IwaĆczuk | |
This commit adds "deno bench" subcommand and "Deno.bench()" API that allows to register bench cases. The API is modelled after "Deno.test()" and "deno test" subcommand. Currently the output is rudimentary and bench cases and not subject to "ops" and "resource" sanitizers. Co-authored-by: evan <github@evan.lol> |