types.js 241 B

12345678
  1. /**
  2. * Types for the QMD benchmark harness.
  3. *
  4. * A benchmark fixture defines queries with expected results.
  5. * The harness runs each query through multiple search backends
  6. * and measures precision, recall, MRR, and latency.
  7. */
  8. export {};