From 3967d19383e550294037dd55acc2a2299053f6da Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:36:21 -0700 Subject: [PATCH] Remove benchmarks folder from k-NN repo (#2129) Signed-off-by: Navneet Verma (cherry picked from commit fe1d3e427349b108f0ad270fb45978dba4b18d29) Co-authored-by: Navneet Verma --- CHANGELOG.md | 1 + benchmarks/README.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 benchmarks/README.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f70ca5e24..b320b05ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,4 +22,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Infrastructure ### Documentation ### Maintenance +* Remove benchmarks folder from k-NN repo [#2127](https://github.com/opensearch-project/k-NN/pull/2127) ### Refactoring diff --git a/benchmarks/README.md b/benchmarks/README.md new file mode 100644 index 000000000..2e642d41b --- /dev/null +++ b/benchmarks/README.md @@ -0,0 +1,4 @@ +## Benchmark Folder Tools Deprecated +All benchmark workloads have been moved to [OpenSearch Benchmark Workloads](https://github.com/opensearch-project/opensearch-benchmark-workloads/tree/main/vectorsearch). Please use OSB tool to run the benchmarks. + +If you are still interested in using the old tool, the benchmarks are moved to the [branch](https://github.com/opensearch-project/k-NN/tree/old-benchmarks/benchmarks).