1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/tests/testdata/bench
Matt Mastracci 9314928990
chore: bump deno_core and update tests (#21467)
Landing changes required for
https://github.com/denoland/deno_core/pull/359

We needed to update 99_main.js and a whole load of tests.

API changes:

- setPromiseRejectCallback becomes setUnhandledPromiseRejectionHandler.
The function is now called from eventLoopTick.
- The promiseRejectMacrotaskCallback no longer exists, as this is
automatically handled in eventLoopTick.
- ops.op_dispatch_exception now takes a second parameter: in_promise.
The preferred way to call this op is now reportUnhandledException or
reportUnhandledPromiseRejection.
2023-12-06 17:02:52 -07:00
..
collect feat(cli): flatten deno.json configuaration (#17799) 2023-04-26 23:02:36 -04:00
filter feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
allow_all.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
allow_all.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
allow_none.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
allow_none.ts chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
before_unload_prevent_default.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
before_unload_prevent_default.ts fix(test): disable preventDefault() for beforeunload event (#18911) 2023-05-03 23:10:51 +02:00
bench_formatting.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
bench_formatting.ts fix(cli): formatting bench with colors (#19323) 2023-06-07 12:27:25 +02:00
check_local_by_default.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
check_local_by_default.ts feat: subcommands type-check only local files by default (#14623) 2022-05-17 23:53:42 +02:00
check_local_by_default2.out feat: subcommands type-check only local files by default (#14623) 2022-05-17 23:53:42 +02:00
check_local_by_default2.ts feat: subcommands type-check only local files by default (#14623) 2022-05-17 23:53:42 +02:00
clear_timeout.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
clear_timeout.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
collect.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
collect2.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
collect_with_malformed_config.out feat(cli): flatten deno.json configuaration (#17799) 2023-04-26 23:02:36 -04:00
exit_sanitizer.out chore: use internal namespace in 40_testing.js (#21141) 2023-11-10 14:34:41 +00:00
exit_sanitizer.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
explicit_start_and_end.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
explicit_start_and_end.ts feat(bench): add BenchContext::start() and BenchContext::end() (#18734) 2023-07-31 12:02:59 +02:00
explicit_start_and_end_low_precision.out fix(bench): use total time when measuring wavg (#20862) 2023-10-10 14:40:36 +01:00
explicit_start_and_end_low_precision.ts fix(bench): explicit timers don't force high precision measurements (#20272) 2023-08-26 11:29:45 +02:00
fail.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
fail.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
file_protocol.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
file_protocol.ts fix(test/bench): accept file protocol module specifier CLI args (#14429) 2022-05-02 15:43:03 -04:00
filter.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
finally_timeout.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
finally_timeout.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
group_baseline.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
group_baseline.ts chore: fix flaky integration::bench::multifile_summary test (#14771) 2022-06-02 03:03:28 +02:00
ignore.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
ignore.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
ignore_permissions.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
ignore_permissions.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
interval.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
interval.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
load_unload.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
load_unload.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
meta.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
meta.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
multifile_summary.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
no_check.out chore: bump deno_core and update tests (#21467) 2023-12-06 17:02:52 -07:00
no_check.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
no_color.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
no_prompt_by_default.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
no_prompt_by_default.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
no_prompt_with_denied_perms.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
no_prompt_with_denied_perms.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
no_run.out feat(bench): add --no-run flag (#18433) 2023-03-26 14:55:58 +00:00
no_run.ts feat(bench): add --no-run flag (#18433) 2023-03-26 14:55:58 +00:00
only.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
only.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
overloads.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
overloads.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
pass.json.out feat(bench): change --json output format (#17888) 2023-02-23 12:59:23 +01:00
pass.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
pass.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
quiet.out feat(bench): print iter/s in the report (#19994) 2023-08-01 23:55:23 +00:00
quiet.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
recursive_permissions_pledge.js refactor: remove Deno.core (#16881) 2023-01-24 18:54:10 +01:00
unhandled_rejection.out refactor(cli): refactor bench/test for future module changes (#21460) 2023-12-05 09:26:06 -07:00
unhandled_rejection.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
unresolved_promise.out refactor(cli): refactor bench/test for future module changes (#21460) 2023-12-05 09:26:06 -07:00
unresolved_promise.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00