lizzy-0323/oasisdb

test: add benchmarks for OasisDB

Open

#29 opened on Jun 25, 2025

 (2 comments) (0 reactions) (1 assignee)Go (16 forks)auto 404
good first issuehelp wantedtest

Repository metrics

Stars
 (99 stars)
PR merge metrics
 (PR metrics pending)

Description

We can use dataset to test OasisDB's performance.

What we need to do?

  1. download the dataset
  2. choose algorithm(here we can use hnsw for example)
  3. adjust the parameters to get a graph with recall as horizontal axix, and QPS as the vertical axis.

This is really important to help us to know the OasisDB's capability boundaries.

Contributor guide