Expand description
Comprehensive benchmarking suite for VecStore
Provides performance measurements for:
- Insert operations (single and batch)
- Query performance with various k values
- Different indexing strategies (HNSW, IVF-PQ, LSH, ScaNN)
- Quantization impact
- Filter performance
- Concurrent operations
- Memory usage
- Disk I/O
Structsยง
- Benchmark
Config - Benchmark configuration
- Benchmark
Results - Benchmark results
- Benchmarker
- Main benchmarking harness
- Concurrent
Results - Filter
Results - Index
Strategy Result - Indexing
Results - Insert
Results - Latency
Stats - Memory
Results - Quantization
Result - Quantization
Results - Query
Results