/** * Real-world scan benchmark. * * Replaces the toy 250-identical-file test with benchmarks that scan actual * project source trees. Measures throughput, latency distribution, and * memory usage at different scales. * * Usage: * npx tsx src/benchmarks/real-world-scan.bench.ts */ export {};