/** * SMI-4577: HNSW vs. brute-force CI gate. * * vitest's `bench()` blocks (in `hnsw-vs-brute-force.bench.ts`) report * timings but do NOT fail CI on regression. This test mirrors that bench * structure inside a `test()` so we get a hard gate: * * - p99 HNSW × 5 < p99 brute-force * - recall@10 ≥ 0.95 * - rss delta < 100MB after build * * Without this companion file the bench is decorative — see plan §"Bench gate". */ export {}; //# sourceMappingURL=hnsw-bench-gate.test.d.ts.map