data-apis/scipy-2023-presentation

Add lockfile for benchmarks

kgryte opened this issue · 2 comments

We should ensure that we include a lockfile for the benchmarks in this repository in order to ensure reproducibility of results.

What's the best format to use for this? Note that scikit-learn and scipy were both tested against a specific git commit hash (scipy against an unmerged PR, scikit-learn against an unreleased commit from their main branch).

A requirements.txt using specific Git hashes? See SO.