Skip to main content

Module advanced_benchmarking

Module advanced_benchmarking 

Source
Expand description

Advanced Benchmarking Framework for Vector Search Systems

This module provides comprehensive benchmarking capabilities including:

  • ANN-Benchmarks integration and compatibility
  • Multi-dimensional performance analysis
  • Quality metrics (recall, precision, NDCG)
  • Scalability and throughput testing
  • Statistical significance testing
  • Memory and latency profiling
  • Automated hyperparameter tuning
  • Comparative analysis across algorithms

§Module layout

Re-exports§

pub use crate::bench_metrics::*;
pub use crate::bench_runner::*;