erikbern / ann-benchmarks

Benchmarks of approximate nearest neighbor libraries in Python
http://ann-benchmarks.com
MIT License
4.73k stars 716 forks source link

how to clean the older benchmark runs #468

Closed pauldintel closed 9 months ago

pauldintel commented 9 months ago

I do see bunch of png and html file generated and also the previous runs keep in history . How to purge the older runs and make sure any benchmark starts clean ? Also any way to make sure the html and png generated into a dedicated folder rather messing up the root /ann_benchmark folder ? thanks

maumueller commented 9 months ago

You probably see these because of something that you did. It would have been helpful to know which commands you invoked.

You can use --force while invoking run.py to overwrite the results files, even easier would be to just remove the files the are present in results/. The "bunch of png and html file" is probably the result of invoking create_website.py. You can specify an --outputdir, as mentioned in the README.

pauldintel commented 9 months ago

great input thank you @maumueller . found them and working