/** * SMI-867: Performance test suite for large-scale data * * Benchmarks: * - Search latency at different scales (100, 1000, 4000 skills) * - Concurrent search performance (10, 50 concurrent searches) * - Memory usage monitoring (idle and during search) * - FTS5 index rebuild performance * * Uses Vitest with performance.now() for timing * Exports results to JSON for tracking/CI integration */ export {}; //# sourceMappingURL=LargeScalePerformance.test.d.ts.map