Skip to content

myscale/benchmark

Repository files navigation

MyScale Vector Database Benchmark

View the results: https://myscale.github.io/benchmark

Preview

This repo contains the frontend code. The benchmark framework can be found at https://github.com/myscale/vector-db-benchmark.

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Usage

git clone git@github.com:myscale/benchmark.git
cd benchmark
npm i
npm run dev

Custom your benchmark data

You can replace the benchmark.json data file with your own benchmark.json file in the "public" directory.