/** * Benchmarks for findFiles glob matching — verifies that caching compiled * regexes (instead of recompiling per call) is faster on realistic workloads. * * Run with: pnpm vitest bench */ export {}; //# sourceMappingURL=filewalker.bench.d.ts.map