Note
Before proceeding with result visualization, you need to test and obtain some result files according to the process in step-by-step-guide-for-benchmark.md
git clone [email protected]:myscale/benchmark.git
The test results do not include the price of the cluster you tested, so you need to manually add the monthly price to the test results. You can modify the specific price information within the script
cd vector-db-benchmark/scripts
python3 handle_price.py
cd vector-db-benchmark/scripts
python3 process_result_files.py
Then you will get a json file named benchmark.json
, please replace old_benchmark.json with your new benchmark.json
.
Please start your website according to the readme, each result file corresponds one-to-one with a point in the scatter plot.