Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run all tests the same number of times #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

homm
Copy link

@homm homm commented Oct 14, 2018

There was s problem in previous versions of Pillow: webp images are fully loaded on opening. That was fixed in more recent versions. For example, this is the results for Pillow-SIMD 5.2.0.post0:

JPEG 1920x1080 header read:	1920x1080,	avg: 0.076556 ms	min: 0.072956 ms	max: 0.571966 ms
PNG 1920x1080 header read:	1920x1080,	avg: 0.052778 ms	min: 0.049829 ms	max: 0.294924 ms
WEBP 1920x1080 header read:	1920x1080,	avg: 0.731373 ms	min: 0.219107 ms	max: 150.552034 ms
GIF 1920x1080 header read:	1920x1080,	avg: 0.039907 ms	min: 0.035763 ms	max: 6.623030 ms

All other values are changed to match across libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant