erikbern / ann-benchmarks

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

Fix result caching by providing actual dataset name. #447

Closed maumueller closed 11 months ago

maumueller commented 11 months ago

Fixes a regression introduced in #431 that led all runs re-run although results are present.

erikbern commented 11 months ago

👍