From d7c06f2cd7373286705f3ef49ce7bfb12b72e18f Mon Sep 17 00:00:00 2001 From: arnavk23 Date: Thu, 30 Jul 2026 11:21:54 +0530 Subject: [PATCH] Remove Live Benchmark --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index ee50ac79..ff622665 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![PyPI](https://img.shields.io/pypi/v/rust-annie.svg)](https://pypi.org/project/rust-annie) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE) -[![Benchmark](https://img.shields.io/badge/benchmark-online-blue.svg)](https://arnavk23.github.io/Annie/) [![GPU Support](https://img.shields.io/badge/GPU-CUDA-green.svg)](./#gpu-acceleration) [![PyPI Downloads](https://static.pepy.tech/badge/rust-annie)](https://pepy.tech/projects/rust-annie) @@ -198,8 +197,6 @@ neighbors, distances = loaded_index.search(query, k=5) | Batch Query (64) | 10k × 64 | 0.23 ms per query | 12× vs NumPy | | HNSW Query | 100k × 128 | 0.05 ms | 56× vs NumPy | -See the [Live Benchmark Dashboard](https://arnavk23.github.io/Annie/) for continuous performance tracking across versions. - ## API Reference ### AnnIndex