1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/tests/testdata/bench
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
..
collect
filter
allow_all.out
allow_all.ts
allow_none.out
allow_none.ts
clear_timeout.out
clear_timeout.ts
collect.out
exit_sanitizer.out
exit_sanitizer.ts
fail.out
fail.ts
filter.out
finally_timeout.out
finally_timeout.ts
ignore.out
ignore.ts
ignore_permissions.out
ignore_permissions.ts
interval.out
interval.ts
load_unload.out
load_unload.ts
meta.out
meta.ts
no_check.out
no_check.ts
no_color.ts
no_prompt_by_default.out
no_prompt_by_default.ts
no_prompt_with_denied_perms.out
no_prompt_with_denied_perms.ts
only.out
only.ts
overloads.out
overloads.ts
pass.out
pass.ts
quiet.out
quiet.ts
unhandled_rejection.out
unhandled_rejection.ts
unresolved_promise.out
unresolved_promise.ts