0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-29 08:58:01 -04:00
denoland-deno/cli/tools
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
..
coverage chore: upgrade to Rust 1.59 (#13767) 2022-02-24 20:03:12 -05:00
repl chore: upgrade to Rust 1.59 (#13767) 2022-02-24 20:03:12 -05:00
vendor chore: upgrade to Rust 1.59 (#13767) 2022-02-24 20:03:12 -05:00
bench.rs feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
doc.rs feat(cli): Replace bundling with eszip in deno compile (#13563) 2022-02-15 18:03:46 +05:30
fmt.rs chore: upgrade to Rust 1.59 (#13767) 2022-02-24 20:03:12 -05:00
installer.rs chore: upgrade to Rust 1.59 (#13767) 2022-02-24 20:03:12 -05:00
lint.rs refactor: use Arc instead of making copies of Flags struct (#13610) 2022-02-11 14:04:31 -05:00
mod.rs feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
standalone.rs fix(compile): Support import maps (#13756) 2022-02-24 18:58:00 +05:30
task.rs feat: "deno task" subcommand (#13725) 2022-03-10 20:56:14 -05:00
test.rs fix(compat): cjs/esm interop for dynamic imports (#13792) 2022-03-11 02:33:02 +01:00
upgrade.rs chore: upgrade to Rust 1.59 (#13767) 2022-02-24 20:03:12 -05:00