-
Notifications
You must be signed in to change notification settings - Fork 7
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
Performance regression Nov 12 #107
Comments
Average processing time went from 2.97 seconds to 4.5 seconds, a +50% increase. |
More worrysome is that 90% percentile is up to 8 seconds from 4.5 seconds. This significantly impacts our ability to guarantee timely delivery in all cases. |
Also for big images which were not downscaled so much shows much smaller change. This supports @hodefoting theory that this is mostly about the improved downscaling, which now takes more input pixels into account. |
Likely this is from when we updated to BABL 0.1.20 (from 0.1.18) / GEGL 0.3.10 (from 0.3.6).
The text was updated successfully, but these errors were encountered: