deno/cli/js
Matt Mastracci 96cfe82664
perf(cli): reduce overhead in test registration (#22552)
- Removes the origin call, since all origins are the same for an isolate
(ie: the main module)
- Collects the `TestDescription`s and sends them all at the same time
inside of an Arc, allowing us to (later on) re-use these instead of
cloning.

Needs a follow-up pass to remove all the cloning, but that's a thread
that is pretty long to pull

---------

Signed-off-by: Matt Mastracci <matthew@mastracci.com>
2024-02-27 20:30:17 -07:00
..
40_bench.js chore(cli): split 40_testing (#22112) 2024-01-25 14:54:35 -05:00
40_jupyter.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
40_test_common.js chore(cli): split 40_testing (#22112) 2024-01-25 14:54:35 -05:00
40_test.js perf(cli): reduce overhead in test registration (#22552) 2024-02-27 20:30:17 -07:00