1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 15:19:40 -05:00
denoland-deno/cli/tools/test
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
..
reporters fix: upgrade to deno_ast 0.33 (#22341) 2024-02-09 01:40:26 +00:00
channel.rs refactor(cli): clean up test runner channels (#22422) 2024-02-23 11:11:15 -07:00
fmt.rs chore: bump deno_core (#22596) 2024-02-27 08:05:57 -07:00
mod.rs perf(cli): reduce overhead in test registration (#22552) 2024-02-27 20:30:17 -07:00