From 0e2dc7462cf3892aae54786ebf931b2031144304 Mon Sep 17 00:00:00 2001 From: KaifAhmad1 Date: Thu, 9 Jul 2026 11:35:46 +0530 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0aca277..3cbee7b4 100644 --- a/README.md +++ b/README.md @@ -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.* ---