lincolnloop / python-package-manager-shootout

Benchmarking various Python package managers
https://lincolnloop.github.io/python-package-manager-shootout/
MIT License
44 stars 10 forks source link

pipenv no longer on graph? #9

Closed matteius closed 1 year ago

matteius commented 1 year ago

Went to check the performance of the new release of pipenv and its not on the graph from what I can tell.

image

ipmb commented 1 year ago

We were requiring at least 3 datapoints to show up on the graph. When a new version was released that meant there was a window where neither the new or old version would hit that number. I've reduced it to 2 which should resolve the issue moving forward.

matteius commented 1 year ago

Thank you for the explanation!