miroir/crates
jedarden bf07642ba3 feat(bench): add integration benchmarks and fix compilation
- Fix missing `warn!` macro import in cdc.rs (was causing compilation error)
- Add integration benchmarks for end-to-end performance (tests/integration_bench.rs):
  - bench_e2e_search_latency: Compares Miroir vs standalone search latency
    Target: Miroir < 2× standalone (plan §8)
  - bench_ingest_throughput: Compares Miroir vs standalone ingest throughput
    Target: Miroir > 80% of standalone (plan §8)
  - Additional benchmarks: concurrent_search, faceted_search, pagination

These benchmarks require a running docker-compose stack:
  cd examples && docker-compose -f docker-compose-dev.yml up -d

Closes: miroir-89x.5
2026-05-24 10:53:48 -04:00
..
miroir-core feat(bench): add integration benchmarks and fix compilation 2026-05-24 10:53:48 -04:00
miroir-ctl feat(ctl): add unit tests for key rotation and fix dump compilation 2026-05-24 08:48:21 -04:00
miroir-proxy feat(metrics): add resource-pressure metrics collection (plan §14.9) 2026-05-24 10:08:37 -04:00