deno/cli/ops
Bartek Iwańczuk 09ae512ccb
feat: "deno bench" subcommand (#13713)
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>
2022-03-11 23:07:02 +01:00
..
bench.rs feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
errors.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
mod.rs feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
runtime_compiler.rs refactor: integrate deno_graph breaking changes (#13495) 2022-02-01 09:33:57 +11:00
testing.rs refactor(test): use tokio::sync::mpsc::unbounded_channel (#13881) 2022-03-09 01:34:31 +01:00