1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests/testdata/bench
Raashid Anwar 9ede8d7b69
fix(bench): added group banner to bench output. (#21551)
Added group banner to bench output.

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-12-17 22:57:14 +00: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 fix(bench): added group banner to bench output. (#21551) 2023-12-17 22:57:14 +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 fix(bench): added group banner to bench output. (#21551) 2023-12-17 22:57:14 +00:00
collect2.out fix(bench): added group banner to bench output. (#21551) 2023-12-17 22:57:14 +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): added group banner to bench output. (#21551) 2023-12-17 22:57:14 +00: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 fix(bench): added group banner to bench output. (#21551) 2023-12-17 22:57:14 +00:00
group_baseline.ts chore: fix flaky integration::bench::multifile_summary test (#14771) 2022-06-02 03:03:28 +02:00
ignore.out fix(bench): added group banner to bench output. (#21551) 2023-12-17 22:57:14 +00:00
ignore.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
ignore_permissions.out fix(bench): added group banner to bench output. (#21551) 2023-12-17 22:57:14 +00:00
ignore_permissions.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
interval.out fix(bench): added group banner to bench output. (#21551) 2023-12-17 22:57:14 +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 fix(bench): added group banner to bench output. (#21551) 2023-12-17 22:57:14 +00:00
meta.ts feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
multifile_summary.out fix(bench): added group banner to bench output. (#21551) 2023-12-17 22:57:14 +00:00
multiple_group.ts fix(bench): added group banner to bench output. (#21551) 2023-12-17 22:57:14 +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