docs: fix nonexistent semantica benchmark CLI reference

semantica.cli has no benchmark subcommand. Point to the actual
runnable benchmark suite under tests/vector_store instead.
This commit is contained in:
KaifAhmad1
2026-07-09 11:35:46 +05:30
parent 20b1455480
commit 0e2dc7462c
+1 -1
View File
@@ -969,7 +969,7 @@ Benchmarks from v0.5.0 on a 118,000-node production graph:
| Semantic deduplication | baseline | optimized candidate gen | **6.98×** faster |
| Candidate generation | baseline | blocking strategy | **63.6%** faster |
*Measured on a 118,000-node production graph (AMD EPYC, 64 GB RAM). Results vary by hardware, dataset topology, and backend selection. Run `semantica benchmark` to measure your own data.*
*Measured on a 118,000-node production graph (AMD EPYC, 64 GB RAM). Results vary by hardware, dataset topology, and backend selection. Run `pytest tests/vector_store/test_performance_benchmarks.py -s` to measure your own data.*
---