Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> |