This repository hosts the code for the interactive website reporting the results of the VIBE benchmark.
To build and deploy the website you need a recent version of quarto.
To view updated benchmark results, add (or update) the parquet files produced by the export_results.py script in the main repository.
Add any new algorithms and datasets to algorithms_basics.csv and dataset_basics.csv, respectively.
From the repository root, start Quarto's preview server:
make previewAfter updating the result files, deploy the website with:
make deploy