1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/tools/bench
David Sherret 972b3e8e65
perf: skip expanding exclude globs (#21817)
We were calling `expand_glob` on our excludes, which is very expensive
and unnecessary because we can pattern match while traversing instead.

1. Doesn't expand "exclude" globs. Instead pattern matches while walking
the directory.
2. Splits up the "include" into base paths and applicable file patterns.
This causes less pattern matching to occur because we're only pattern
matching on patterns that might match and not ones in completely
unrelated directories.
2024-01-12 13:22:06 +01:00
..
mitata.rs fix(bench): added group banner to bench output. (#21551) 2023-12-17 22:57:14 +00:00
mod.rs perf: skip expanding exclude globs (#21817) 2024-01-12 13:22:06 +01:00
reporters.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00