pip install ".[benchmarks]"
The run.py
executes the benchmarks and creates the necessary .csv files for rendering the plots.
cd benchmarks
python run.py
The render.py
renders the plots from the .csv files and moves them to the docs/benchmarks
folder.
python render.py