Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://myscale.github.io/benchmark/

MyScale Vector Database Benchmark
https://myscale.github.io/benchmark/

Last synced: 2 days ago
JSON representation

MyScale Vector Database Benchmark

Awesome Lists containing this project

README

        

# MyScale Vector Database Benchmark

View the results:

![Preview](./public/preview.png)

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.