- 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
|
||
|---|---|---|
| .. | ||
| api-compatibility | ||
| benches/score-comparability | ||
| chaos | ||
| fixtures | ||
| integration | ||
| integration_bench.rs | ||
| verify_p6_2_peer_discovery.sh | ||
| verify_p7_1_core_metrics.sh | ||