https://myscale.github.io/benchmark/
MyScale Vector Database Benchmark
https://myscale.github.io/benchmark/
Last synced: 6 days ago
JSON representation
MyScale Vector Database Benchmark
- Host: GitHub
- URL: https://myscale.github.io/benchmark/
- Owner: myscale
- Created: 2023-05-25T11:35:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T07:11:15.000Z (8 months ago)
- Last Synced: 2024-11-06T21:43:44.841Z (5 months ago)
- Language: CSS
- Homepage: https://myscale.github.io/benchmark/
- Size: 692 KB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vector-database - MyScale's Vector Database Benchmark
README
# MyScale Vector Database Benchmark
View the results:

This repo contains the frontend code. The benchmark framework can be found at .
## Project setup
```bash
npm install
```### Compiles and hot-reloads for development
```bash
npm run dev
```### Compiles and minifies for production
```bash
npm run build
```## Usage
```bash
git clone [email protected]: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.